Home
last modified time | relevance | path

Searched defs:pthread_cond_wait (Results 1 – 16 of 16) sorted by relevance

/external/musl/src/thread/
Dpthread_cond_wait.c3 int pthread_cond_wait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m) in pthread_cond_wait() function
/external/gemmlowp/profiling/
Dpthread_everywhere.h66 inline void pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) { in pthread_cond_wait() function
/external/selinux/libselinux/src/
Dselinux_internal.h84 #pragma weak pthread_cond_wait macro
/external/dng_sdk/source/
Ddng_pthread.h208 #define pthread_cond_wait dng_pthread_cond_wait macro
/external/libaom/aom_util/
Daom_thread.h135 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait() function
/external/libvpx/vpx_util/
Dvpx_thread.h196 static INLINE int pthread_cond_wait(pthread_cond_t *const condition, in pthread_cond_wait() function
/external/webp/src/utils/
Dthread_utils.c178 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function
/external/cronet/third_party/libxml/src/
Dthreads.c72 #pragma weak pthread_cond_wait macro
/external/libxml2/
Dthreads.c72 #pragma weak pthread_cond_wait macro
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc183 INTERCEPTOR(int, pthread_cond_wait, pthread_cond_t *c, pthread_mutex_t *m) { in INTERCEPTOR() argument
/external/ImageMagick/MagickCore/
Dvms.h795 #define pthread_cond_wait PTHREAD_COND_WAIT macro
/external/rust/crates/libc/src/unix/
Dmod.rs1116 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/
Dtsan_interceptors.cc1066 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/vxworks/
Dmod.rs1412 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/
Dmsan_test.cc3191 TEST(MemorySanitizer, pthread_cond_wait) { in TEST() argument
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3715 pub fn pthread_cond_wait(cond: *mut pthread_cond_t, lock: *mut pthread_mutex_t) -> ::c_int; in pthread_cond_wait() function