Home
last modified time | relevance | path

Searched defs:pthread_cond_init (Results 1 – 7 of 7) sorted by relevance

/openbsd/lib/libc/thread/
H A Drthread_cond.c31 pthread_cond_init(pthread_cond_t *condp, const pthread_condattr_t *attr) in pthread_cond_init() function
H A Drthread_sync.c244 pthread_cond_init(pthread_cond_t *condp, const pthread_condattr_t *attr) in pthread_cond_init() function
/openbsd/gnu/gcc/gcc/
H A Dgthr-posix.c134 pthread_cond_init (pthread_cond_t *cond ATTRIBUTE_UNUSED, in pthread_cond_init() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgthr-posix.h64 #pragma weak pthread_cond_init macro
H A Dgthr-dce.h80 #pragma weak pthread_cond_init macro
/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp176 INTERCEPTOR(int, pthread_cond_init, pthread_cond_t *c, in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1236 INTERCEPTOR(int, pthread_cond_init, void *c, void *a) { in INTERCEPTOR() argument