Searched defs:pthread_cond_wait (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/lib/libc/thread/ |
| H A D | rthread_cond.c | 152 pthread_cond_wait(pthread_cond_t *condp, pthread_mutex_t *mutexp) in pthread_cond_wait() function
|
| H A D | rthread_sync.c | 442 pthread_cond_wait(pthread_cond_t *condp, pthread_mutex_t *mutexp) in pthread_cond_wait() function
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gthr-posix.c | 147 pthread_cond_wait (pthread_cond_t *cond ATTRIBUTE_UNUSED, in pthread_cond_wait() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gthr-dce.h | 82 #pragma weak pthread_cond_wait macro
|
| H A D | gthr-posix.h | 66 #pragma weak pthread_cond_wait macro
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 183 INTERCEPTOR(int, pthread_cond_wait, pthread_cond_t *c, pthread_mutex_t *m) { in INTERCEPTOR() argument
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1267 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() argument
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 3450 TEST(MemorySanitizer, pthread_cond_wait) { in TEST() argument
|