Searched defs:pthread_cond_wait (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 1237 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1242 INTERCEPTOR(int, pthread_cond_wait, void *c, void *m) { in INTERCEPTOR() argument
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 3435 TEST(MemorySanitizer, pthread_cond_wait) { in TEST() argument
|