Home
last modified time | relevance | path

Searched refs:pthread_cond_wait (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dcond_destruction.cpp21 pthread_cond_wait(&c, &m); in thr()
33 pthread_cond_wait(&c, &m); in main()
H A Dcond.c21 pthread_cond_wait(&c, &m); in thr1()
35 pthread_cond_wait(&c, &m); in thr2()
H A Dbench_mutex.cpp17 pthread_cond_wait(&cv, &mtx); in thread()
H A Dcond_cancel.c29 pthread_cond_wait(&c, &m); in thr1()
H A Dsignal_cond.cpp24 pthread_cond_wait(&cond, &mutex); in my_thread()
H A Dcond_race.cpp33 pthread_cond_wait(&c->c, &c->m); in main()
H A Dvptr_benign_race.cpp32 pthread_cond_wait(&c, &m); in ~B()
H A Dsignal_block2.cpp73 pthread_cond_wait(&cond, &mutex); in main()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp144 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 Ddd_interceptors.cpp183 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 Dmain.c43 pthread_cond_wait(&signal_cond, &signal_mutex); in main()
/llvm-project-15.0.7/compiler-rt/test/scudo/
H A Ddealloc-race.c31 pthread_cond_wait(&cond, &mutex); in thread_free()
H A Dthreads.c28 pthread_cond_wait(&cond, &mutex); in thread_fun()
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/
H A Dhigh_allocator_contention.cpp21 while (!go) pthread_cond_wait(&cond, &mutex); in thread_fun()
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/
H A Dguard-page.c61 while (!ctxfunc_started) pthread_cond_wait(&cond, &mutex); in main()
/llvm-project-15.0.7/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp185 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 Denable_disable.cpp70 pthread_cond_wait(&Conditional, &Mutex); in TEST_F()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp103 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 Dsanitizer_wrappers.cpp169 LLVM_SYMBOLIZER_INTERCEPTOR2(pthread_cond_wait,
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Linux_util.cpp1490 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 Dwrappers_c_test.cpp455 pthread_cond_wait(&Conditional, &Mutex); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp1237 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 Dtsan_interceptors_posix.cpp1242 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_support335 return pthread_cond_wait(__cv, __m);
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3435 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()

12