| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | cond_destruction.cpp | 21 pthread_cond_wait(&c, &m); in thr() 33 pthread_cond_wait(&c, &m); in main()
|
| H A D | cond.c | 21 pthread_cond_wait(&c, &m); in thr1() 35 pthread_cond_wait(&c, &m); in thr2()
|
| H A D | bench_mutex.cpp | 17 pthread_cond_wait(&cv, &mtx); in thread()
|
| H A D | cond_cancel.c | 29 pthread_cond_wait(&c, &m); in thr1()
|
| H A D | signal_cond.cpp | 24 pthread_cond_wait(&cond, &mutex); in my_thread()
|
| H A D | cond_race.cpp | 33 pthread_cond_wait(&c->c, &c->m); in main()
|
| H A D | vptr_benign_race.cpp | 32 pthread_cond_wait(&c, &m); in ~B()
|
| H A D | signal_block2.cpp | 73 pthread_cond_wait(&cond, &mutex); in main()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | PThreadEvent.cpp | 144 err = ::pthread_cond_wait(m_set_condition.Condition(), m_mutex.Mutex()); in WaitForSetEvents() 179 err = ::pthread_cond_wait(m_reset_condition.Condition(), m_mutex.Mutex()); in WaitForEventsToReset()
|
| /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 188 int res = REAL(pthread_cond_wait)(cond, m); in INTERCEPTOR() 318 INTERCEPT_FUNCTION_VER(pthread_cond_wait, "GLIBC_2.3.2"); in InitializeInterceptors()
|
| /llvm-project-15.0.7/lldb/test/API/macosx/thread_suspend/ |
| H A D | main.c | 43 pthread_cond_wait(&signal_cond, &signal_mutex); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/scudo/ |
| H A D | dealloc-race.c | 31 pthread_cond_wait(&cond, &mutex); in thread_free()
|
| H A D | threads.c | 28 pthread_cond_wait(&cond, &mutex); in thread_fun()
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/ |
| H A D | high_allocator_contention.cpp | 21 while (!go) pthread_cond_wait(&cond, &mutex); in thread_fun()
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/ |
| H A D | guard-page.c | 61 while (!ctxfunc_started) pthread_cond_wait(&cond, &mutex); in main()
|
| /llvm-project-15.0.7/llvm/examples/ParallelJIT/ |
| H A D | ParallelJIT.cpp | 185 result = pthread_cond_wait( &condition, &mutex ); in block() 210 pthread_cond_wait( &condition, &mutex ); in releaseThreads()
|
| /llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/ |
| H A D | enable_disable.cpp | 70 pthread_cond_wait(&Conditional, &Mutex); in TEST_F()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_linux_test.cpp | 103 pthread_cond_wait(&arg->terminate_thread_cond, in TidReporterThread() 116 pthread_cond_wait(&thread_arg.tid_reported_cond, in SpawnTidReporter()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/ |
| H A D | sanitizer_wrappers.cpp | 169 LLVM_SYMBOLIZER_INTERCEPTOR2(pthread_cond_wait,
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 1490 status = pthread_cond_wait(&th->th.th_suspend_cv.c_cond, in __kmp_suspend_template() 2612 status = pthread_cond_wait(&hidden_helper_threads_initz_cond_var, in __kmp_hidden_helper_threads_initz_wait() 2642 status = pthread_cond_wait(&hidden_helper_main_thread_cond_var, in __kmp_hidden_helper_main_thread_wait() 2679 status = pthread_cond_wait(&hidden_helper_threads_deinitz_cond_var, in __kmp_hidden_helper_threads_deinitz_wait()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | wrappers_c_test.cpp | 455 pthread_cond_wait(&Conditional, &Mutex); in TEST()
|
| /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 1239 SCOPED_TSAN_INTERCEPTOR(pthread_cond_wait, cond, m); in INTERCEPTOR() 1241 thr, pc, &si, [=]() { return REAL(pthread_cond_wait)(cond, m); }, cond, in INTERCEPTOR() 2820 TSAN_INTERCEPT_VER(pthread_cond_wait, PTHREAD_ABI_BASE); in InitializeInterceptors()
|
| /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 1244 SCOPED_TSAN_INTERCEPTOR(pthread_cond_wait, cond, m); in INTERCEPTOR() 1246 thr, pc, &si, [=]() { return REAL(pthread_cond_wait)(cond, m); }, cond, in INTERCEPTOR() 2846 TSAN_INTERCEPT_VER(pthread_cond_wait, PTHREAD_ABI_BASE); in InitializeInterceptors()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __threading_support | 335 return pthread_cond_wait(__cv, __m);
|
| /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 3446 int res = pthread_cond_wait(&cond, &mu); in TEST() 3453 res = pthread_cond_wait(&cond, &mu); in TEST()
|