Home
last modified time | relevance | path

Searched refs:old_command (Results 1 – 2 of 2) sorted by relevance

/external/pthreadpool/src/
Dwindows.c245 const uint32_t old_command = pthreadpool_load_relaxed_uint32_t(&threadpool->command); in pthreadpool_parallelize() local
246 …const uint32_t new_command = ~(old_command | THREADPOOL_COMMAND_MASK) | threadpool_command_paralle… in pthreadpool_parallelize()
255 const uint32_t event_index = (old_command >> 31); in pthreadpool_parallelize()
322 const uint32_t old_command = pthreadpool_load_relaxed_uint32_t(&threadpool->command); in pthreadpool_destroy() local
330 const uint32_t event_index = (old_command >> 31); in pthreadpool_destroy()
Dpthreads.c357 const uint32_t old_command = pthreadpool_load_relaxed_uint32_t(&threadpool->command); in pthreadpool_parallelize() local
358 …const uint32_t new_command = ~(old_command | THREADPOOL_COMMAND_MASK) | threadpool_command_paralle… in pthreadpool_parallelize()