Home
last modified time | relevance | path

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

/dports/devel/pthreadpool/pthreadpool-0.1-126-gb8374f8/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.c34 size_t active_threads = pthreadpool_load_acquire_size_t(&threadpool->active_threads); in wait_worker_threads()
43 active_threads = pthreadpool_load_acquire_size_t(&threadpool->active_threads); in wait_worker_threads()