Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h158 #define pthread_cond_timedwait _pthread_cond_timedwait macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp193 INTERCEPTOR(int, pthread_cond_timedwait, pthread_cond_t *c, pthread_mutex_t *m, in INTERCEPTOR() argument
/freebsd/lib/libc/include/
H A Dnamespace.h123 #define pthread_cond_timedwait _pthread_cond_timedwait macro
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors.cpp224 INTERCEPTOR(int, pthread_cond_timedwait, pthread_cond_t *cond, in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1261 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() argument