Searched defs:pthread_cond_init (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/porting/linux/user/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
|
/third_party/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
|
/third_party/selinux/libselinux/src/ |
D | selinux_internal.h | 74 #pragma weak pthread_cond_init macro
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_pthread.h | 206 #define pthread_cond_init dng_pthread_cond_init macro
|
/third_party/ffmpeg/compat/ |
D | w32pthreads.h | 140 static inline int pthread_cond_init(pthread_cond_t *cond, const void *unused_attr) in pthread_cond_init() function
|
D | os2threads.h | 133 static av_always_inline int pthread_cond_init(pthread_cond_t *cond, in pthread_cond_init() function
|
/third_party/ffmpeg/libavutil/ |
D | thread.h | 134 #define pthread_cond_init strict_pthread_cond_init macro
|
/third_party/skia/third_party/externals/libwebp/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
|
/third_party/flutter/skia/third_party/externals/libwebp/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
|
/third_party/libxml2/ |
D | threads.c | 66 #pragma weak pthread_cond_init macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | usr_lib_ops.h | 80 int (*pthread_cond_init)(pthread_cond_t *cond, const pthread_condattr_t *attr); member
|
/third_party/musl/porting/liteos_m/user/hook/ |
D | los_usr_libc.c | 241 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init() function
|
/third_party/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
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1397 pub fn pthread_cond_init( in pthread_cond_init() function
|
/third_party/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
|