Searched defs:pthread_cond_wait (Results 1 – 14 of 14) sorted by relevance
| /third_party/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
|
| /third_party/selinux/libselinux/src/ |
| D | selinux_internal.h | 77 #pragma weak pthread_cond_wait macro
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_pthread.h | 208 #define pthread_cond_wait dng_pthread_cond_wait macro
|
| /third_party/ffmpeg/compat/ |
| D | w32pthreads.h | 158 static inline int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() function
|
| D | os2threads.h | 192 static av_always_inline int pthread_cond_wait(pthread_cond_t *cond, in pthread_cond_wait() function
|
| /third_party/ffmpeg/libavutil/ |
| D | thread.h | 138 #define pthread_cond_wait strict_pthread_cond_wait macro
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | thread_utils.c | 178 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function
|
| /third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
| D | thread_utils.c | 178 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function
|
| /third_party/libxml2/ |
| D | threads.c | 68 #pragma weak pthread_cond_wait macro
|
| /third_party/musl/porting/liteos_m/user/include/ |
| D | usr_lib_ops.h | 85 int (*pthread_cond_wait)(pthread_cond_t *cond, pthread_mutex_t *mutex); member
|
| /third_party/musl/porting/liteos_m/user/hook/ |
| D | los_usr_libc.c | 266 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() function
|
| /third_party/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
|
| /third_party/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
|
| /third_party/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
|