Home
last modified time | relevance | path

Searched refs:pthreadpool_store_relaxed_uint32_t (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pthreadpool/src/
H A Dthreadpool-atomics.h65 static inline void pthreadpool_store_relaxed_uint32_t( in pthreadpool_store_relaxed_uint32_t() function
170 static inline void pthreadpool_store_relaxed_uint32_t( in pthreadpool_store_relaxed_uint32_t() function
285 static inline void pthreadpool_store_relaxed_uint32_t( in pthreadpool_store_relaxed_uint32_t() function
395 static inline void pthreadpool_store_relaxed_uint32_t( in pthreadpool_store_relaxed_uint32_t() function
512 static inline void pthreadpool_store_relaxed_uint32_t( in pthreadpool_store_relaxed_uint32_t() function
621 static inline void pthreadpool_store_relaxed_uint32_t( in pthreadpool_store_relaxed_uint32_t() function
736 static inline void pthreadpool_store_relaxed_uint32_t( in pthreadpool_store_relaxed_uint32_t() function
H A Dpthreads.c279 pthreadpool_store_relaxed_uint32_t(&threadpool->has_active_threads, 1); in pthreadpool_create()
321 pthreadpool_store_relaxed_uint32_t(&threadpool->flags, flags); in pthreadpool_parallelize()
327 pthreadpool_store_relaxed_uint32_t(&threadpool->has_active_threads, 1); in pthreadpool_parallelize()
410 pthreadpool_store_relaxed_uint32_t(&threadpool->has_active_threads, 1); in pthreadpool_destroy()
H A Dgcd.c98 pthreadpool_store_relaxed_uint32_t(&threadpool->flags, flags); in pthreadpool_parallelize()
H A Dwindows.c213 pthreadpool_store_relaxed_uint32_t(&threadpool->flags, flags); in pthreadpool_parallelize()