| /external/musl/src/thread/ |
| D | pthread_cond_wait.c | 3 int pthread_cond_wait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m) in pthread_cond_wait() function
|
| /external/gemmlowp/profiling/ |
| D | pthread_everywhere.h | 66 inline void pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) { in pthread_cond_wait() function
|
| /external/selinux/libselinux/src/ |
| D | selinux_internal.h | 84 #pragma weak pthread_cond_wait macro
|
| /external/dng_sdk/source/ |
| D | dng_pthread.h | 208 #define pthread_cond_wait dng_pthread_cond_wait macro
|
| /external/libaom/aom_util/ |
| D | aom_thread.h | 135 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait() function
|
| /external/libvpx/vpx_util/ |
| D | vpx_thread.h | 196 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait() function
|
| /external/webp/src/utils/ |
| D | thread_utils.c | 178 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function
|
| /external/cronet/third_party/libxml/src/ |
| D | threads.c | 72 #pragma weak pthread_cond_wait macro
|
| /external/libxml2/ |
| D | threads.c | 72 #pragma weak pthread_cond_wait macro
|
| /external/compiler-rt/lib/tsan/dd/ |
| D | dd_interceptors.cc | 183 INTERCEPTOR(int, pthread_cond_wait, pthread_cond_t *c, pthread_mutex_t *m) { in INTERCEPTOR() argument
|
| /external/ImageMagick/MagickCore/ |
| D | vms.h | 795 #define pthread_cond_wait PTHREAD_COND_WAIT macro
|
| /external/rust/crates/libc/src/unix/ |
| D | mod.rs | 1116 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_interceptors.cc | 1066 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() argument
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1412 pub fn pthread_cond_wait(cond: *mut ::pthread_cond_t, mutex: *mut ::pthread_mutex_t) in pthread_cond_wait() function
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 3191 TEST(MemorySanitizer, pthread_cond_wait) { in TEST() argument
|
| /external/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3715 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function
|