Home
last modified time | relevance | path

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

/external/pthreadpool/src/
Dthreadpool-atomics.h35 static inline uint32_t pthreadpool_load_relaxed_uint32_t( in pthreadpool_load_relaxed_uint32_t() function
140 static inline uint32_t pthreadpool_load_relaxed_uint32_t( in pthreadpool_load_relaxed_uint32_t() function
255 static inline uint32_t pthreadpool_load_relaxed_uint32_t( in pthreadpool_load_relaxed_uint32_t() function
359 static inline uint32_t pthreadpool_load_relaxed_uint32_t( in pthreadpool_load_relaxed_uint32_t() function
476 static inline uint32_t pthreadpool_load_relaxed_uint32_t( in pthreadpool_load_relaxed_uint32_t() function
591 static inline uint32_t pthreadpool_load_relaxed_uint32_t( in pthreadpool_load_relaxed_uint32_t() function
700 static inline uint32_t pthreadpool_load_relaxed_uint32_t( in pthreadpool_load_relaxed_uint32_t() function
Dwindows.c79 command = pthreadpool_load_relaxed_uint32_t(&threadpool->command); in wait_for_new_command()
99 flags = pthreadpool_load_relaxed_uint32_t(&threadpool->flags); in thread_main()
245 const uint32_t old_command = pthreadpool_load_relaxed_uint32_t(&threadpool->command); in pthreadpool_parallelize()
322 const uint32_t old_command = pthreadpool_load_relaxed_uint32_t(&threadpool->command); in pthreadpool_destroy()
Dpthreads.c197 flags = pthreadpool_load_relaxed_uint32_t(&threadpool->flags); in thread_main()
357 const uint32_t old_command = pthreadpool_load_relaxed_uint32_t(&threadpool->command); in pthreadpool_parallelize()
Dgcd.c28 const uint32_t flags = pthreadpool_load_relaxed_uint32_t(&threadpool->flags); in thread_main()