Home
last modified time | relevance | path

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

/aosp_15_r20/external/pthreadpool/src/
H A Dthreadpool-atomics.h79 static inline void pthreadpool_store_relaxed_void_p( in pthreadpool_store_relaxed_void_p() function
184 static inline void pthreadpool_store_relaxed_void_p( in pthreadpool_store_relaxed_void_p() function
299 static inline void pthreadpool_store_relaxed_void_p( in pthreadpool_store_relaxed_void_p() function
409 static inline void pthreadpool_store_relaxed_void_p( in pthreadpool_store_relaxed_void_p() function
526 static inline void pthreadpool_store_relaxed_void_p( in pthreadpool_store_relaxed_void_p() function
635 static inline void pthreadpool_store_relaxed_void_p( in pthreadpool_store_relaxed_void_p() function
750 static inline void pthreadpool_store_relaxed_void_p( in pthreadpool_store_relaxed_void_p() function
H A Dgcd.c95 pthreadpool_store_relaxed_void_p(&threadpool->thread_function, (void*) thread_function); in pthreadpool_parallelize()
96 pthreadpool_store_relaxed_void_p(&threadpool->task, task); in pthreadpool_parallelize()
97 pthreadpool_store_relaxed_void_p(&threadpool->argument, context); in pthreadpool_parallelize()
H A Dpthreads.c318 pthreadpool_store_relaxed_void_p(&threadpool->thread_function, (void*) thread_function); in pthreadpool_parallelize()
319 pthreadpool_store_relaxed_void_p(&threadpool->task, task); in pthreadpool_parallelize()
320 pthreadpool_store_relaxed_void_p(&threadpool->argument, context); in pthreadpool_parallelize()
H A Dwindows.c210 pthreadpool_store_relaxed_void_p(&threadpool->thread_function, (void*) thread_function); in pthreadpool_parallelize()
211 pthreadpool_store_relaxed_void_p(&threadpool->task, task); in pthreadpool_parallelize()
212 pthreadpool_store_relaxed_void_p(&threadpool->argument, context); in pthreadpool_parallelize()