Home
last modified time | relevance | path

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

/external/pthreadpool/src/
Dthreadpool-atomics.h31 typedef _Atomic(uint32_t) pthreadpool_atomic_uint32_t; typedef
36 pthreadpool_atomic_uint32_t* address) in pthreadpool_load_relaxed_uint32_t()
54 pthreadpool_atomic_uint32_t* address) in pthreadpool_load_acquire_uint32_t()
66 pthreadpool_atomic_uint32_t* address, in pthreadpool_store_relaxed_uint32_t()
87 pthreadpool_atomic_uint32_t* address, in pthreadpool_store_release_uint32_t()
136 typedef _Atomic(uint32_t) pthreadpool_atomic_uint32_t; typedef
141 pthreadpool_atomic_uint32_t* address) in pthreadpool_load_relaxed_uint32_t()
159 pthreadpool_atomic_uint32_t* address) in pthreadpool_load_acquire_uint32_t()
171 pthreadpool_atomic_uint32_t* address, in pthreadpool_store_relaxed_uint32_t()
192 pthreadpool_atomic_uint32_t* address, in pthreadpool_store_release_uint32_t()
[all …]
Dpthreads.c60 static int futex_wait(pthreadpool_atomic_uint32_t* address, uint32_t value) { in futex_wait()
64 static int futex_wake_all(pthreadpool_atomic_uint32_t* address) { in futex_wake_all()
68 static int futex_wait(pthreadpool_atomic_uint32_t* address, uint32_t value) { in futex_wait()
72 static int futex_wake_all(pthreadpool_atomic_uint32_t* address) { in futex_wake_all()
Dthreadpool-object.h598 pthreadpool_atomic_uint32_t has_active_threads;
604 pthreadpool_atomic_uint32_t command;
647 pthreadpool_atomic_uint32_t flags;