Home
last modified time | relevance | path

Searched refs:pthreadpool_load_acquire_size_t (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pthreadpool/src/
H A Dthreadpool-atomics.h59 static inline size_t pthreadpool_load_acquire_size_t( in pthreadpool_load_acquire_size_t() function
164 static inline size_t pthreadpool_load_acquire_size_t( in pthreadpool_load_acquire_size_t() function
279 static inline size_t pthreadpool_load_acquire_size_t( in pthreadpool_load_acquire_size_t() function
386 static inline size_t pthreadpool_load_acquire_size_t( in pthreadpool_load_acquire_size_t() function
503 static inline size_t pthreadpool_load_acquire_size_t( in pthreadpool_load_acquire_size_t() function
615 static inline size_t pthreadpool_load_acquire_size_t( in pthreadpool_load_acquire_size_t() function
727 static inline size_t pthreadpool_load_acquire_size_t( in pthreadpool_load_acquire_size_t() function
H A Dpthreads.c103 size_t active_threads = pthreadpool_load_acquire_size_t(&threadpool->active_threads); in wait_worker_threads()
119 active_threads = pthreadpool_load_acquire_size_t(&threadpool->active_threads); in wait_worker_threads()
133 while (pthreadpool_load_acquire_size_t(&threadpool->active_threads) != 0) { in wait_worker_threads()
H A Dwindows.c31 size_t active_threads = pthreadpool_load_acquire_size_t(&threadpool->active_threads); in wait_worker_threads()
40 active_threads = pthreadpool_load_acquire_size_t(&threadpool->active_threads); in wait_worker_threads()