Searched refs:pthreadpool_load_acquire_uint32_t (Results 1 – 3 of 3) sorted by relevance
98 uint32_t has_active_threads = pthreadpool_load_acquire_uint32_t(&threadpool->has_active_threads); in wait_worker_threads()114 has_active_threads = pthreadpool_load_acquire_uint32_t(&threadpool->has_active_threads); in wait_worker_threads()128 …while ((has_active_threads = pthreadpool_load_acquire_uint32_t(&threadpool->has_active_threads)) !… in wait_worker_threads()145 uint32_t command = pthreadpool_load_acquire_uint32_t(&threadpool->command); in wait_for_new_command()155 command = pthreadpool_load_acquire_uint32_t(&threadpool->command); in wait_for_new_command()166 command = pthreadpool_load_acquire_uint32_t(&threadpool->command); in wait_for_new_command()172 while ((command = pthreadpool_load_acquire_uint32_t(&threadpool->command)) == last_command) { in wait_for_new_command()
53 static inline uint32_t pthreadpool_load_acquire_uint32_t( in pthreadpool_load_acquire_uint32_t() function158 static inline uint32_t pthreadpool_load_acquire_uint32_t( in pthreadpool_load_acquire_uint32_t() function273 static inline uint32_t pthreadpool_load_acquire_uint32_t( in pthreadpool_load_acquire_uint32_t() function377 static inline uint32_t pthreadpool_load_acquire_uint32_t( in pthreadpool_load_acquire_uint32_t() function494 static inline uint32_t pthreadpool_load_acquire_uint32_t( in pthreadpool_load_acquire_uint32_t() function609 static inline uint32_t pthreadpool_load_acquire_uint32_t( in pthreadpool_load_acquire_uint32_t() function718 static inline uint32_t pthreadpool_load_acquire_uint32_t( in pthreadpool_load_acquire_uint32_t() function
57 uint32_t command = pthreadpool_load_acquire_uint32_t(&threadpool->command); in wait_for_new_command()67 command = pthreadpool_load_acquire_uint32_t(&threadpool->command); in wait_for_new_command()