Searched defs:pthread_cond_init (Results 1 – 15 of 15) sorted by relevance
| /external/musl/src/thread/ |
| D | pthread_cond_init.c | 3 int pthread_cond_init(pthread_cond_t *restrict c, const pthread_condattr_t *restrict a) in pthread_cond_init() function
|
| /external/gemmlowp/profiling/ |
| D | pthread_everywhere.h | 59 inline void pthread_cond_init(pthread_cond_t *cond, std::nullptr_t) { in pthread_cond_init() function
|
| /external/selinux/libselinux/src/ |
| D | selinux_internal.h | 81 #pragma weak pthread_cond_init macro
|
| /external/dng_sdk/source/ |
| D | dng_pthread.h | 206 #define pthread_cond_init dng_pthread_cond_init macro
|
| /external/libaom/aom_util/ |
| D | aom_thread.h | 118 static INLINE int pthread_cond_init(pthread_cond_t *const condition, in pthread_cond_init() function
|
| /external/libvpx/vpx_util/ |
| D | vpx_thread.h | 144 static INLINE int pthread_cond_init(pthread_cond_t *const condition, in pthread_cond_init() function
|
| /external/webp/src/utils/ |
| D | thread_utils.c | 143 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { in pthread_cond_init() function
|
| /external/cronet/third_party/libxml/src/ |
| D | threads.c | 70 #pragma weak pthread_cond_init macro
|
| /external/libxml2/ |
| D | threads.c | 70 #pragma weak pthread_cond_init macro
|
| /external/compiler-rt/lib/tsan/dd/ |
| D | dd_interceptors.cc | 176 INTERCEPTOR(int, pthread_cond_init, pthread_cond_t *c, in INTERCEPTOR() argument
|
| /external/ImageMagick/MagickCore/ |
| D | vms.h | 790 #define pthread_cond_init PTHREAD_COND_INIT macro
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 1110 pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) in pthread_cond_init() function
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 1039 INTERCEPTOR(int, pthread_cond_init, void *c, void *a) { in INTERCEPTOR() argument
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1397 pub fn pthread_cond_init( in pthread_cond_init() function
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3713 pub fn pthread_cond_init(cond: *mut pthread_cond_t, attr: *const pthread_condattr_t) in pthread_cond_init() function
|