Home
last modified time | relevance | path

Searched defs:pthread_cond_timedwait (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h209 #define pthread_cond_timedwait dng_pthread_cond_timedwait macro
/third_party/ffmpeg/compat/
Dw32pthreads.h164 static inline int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, in pthread_cond_timedwait() function
Dos2threads.h170 static av_always_inline int pthread_cond_timedwait(pthread_cond_t *cond, in pthread_cond_timedwait() function
/third_party/ffmpeg/libavutil/
Dthread.h139 #define pthread_cond_timedwait strict_pthread_cond_timedwait macro
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_ops.h84 …int (*pthread_cond_timedwait)(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec … member
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h123 #define pthread_cond_timedwait _pthread_cond_timedwait macro
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c261 int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *ts) in pthread_cond_timedwait() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1121 pub fn pthread_cond_timedwait( in pthread_cond_timedwait() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1479 pub fn pthread_cond_timedwait( in pthread_cond_timedwait() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3716 pub fn pthread_cond_timedwait( in pthread_cond_timedwait() function