Home
last modified time | relevance | path

Searched refs:pthread_cond_broadcast (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cpp126 EXPECT_EQ(pthread_cond_broadcast(&ctx.c), 0); in cond_thread()
145 EXPECT_EQ(pthread_cond_broadcast(&ctx.c), 0); in TEST()
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DPThreadCondition.h26 int Broadcast() { return ::pthread_cond_broadcast(&m_condition); } in Broadcast()
/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp210 INTERCEPTOR(int, pthread_cond_broadcast, pthread_cond_t *c) { in INTERCEPTOR() argument
213 return REAL(pthread_cond_broadcast)(cond); in INTERCEPTOR()
317 INTERCEPT_FUNCTION_VER(pthread_cond_broadcast, "GLIBC_2.3.2"); in InitializeInterceptors()
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dcond.c38 pthread_cond_broadcast(&c); in thr2()
/llvm-project-15.0.7/compiler-rt/test/scudo/
H A Ddealloc-race.c44 pthread_cond_broadcast(&cond); in child()
H A Dthreads.c59 pthread_cond_broadcast(&cond); in main()
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/
H A Dhigh_allocator_contention.cpp44 pthread_cond_broadcast(&cond); in main()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cpp77 pthread_cond_broadcast(&thread_arg.terminate_thread_cond); in TearDown()
98 pthread_cond_broadcast(&arg->tid_reported_cond); in TidReporterThread()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp168 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_cond_broadcast, int(pthread_cond_t *))
/llvm-project-15.0.7/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp231 int result = pthread_cond_broadcast( &condition ); in unblockThreads()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dstd-c-library-functions-POSIX.c276 int pthread_cond_broadcast(pthread_cond_t *cond);
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp1290 INTERCEPTOR(int, pthread_cond_broadcast, void *c) { in INTERCEPTOR() argument
1292 SCOPED_TSAN_INTERCEPTOR(pthread_cond_broadcast, cond); in INTERCEPTOR()
1294 return REAL(pthread_cond_broadcast)(cond); in INTERCEPTOR()
2819 TSAN_INTERCEPT_VER(pthread_cond_broadcast, PTHREAD_ABI_BASE); in InitializeInterceptors()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1295 INTERCEPTOR(int, pthread_cond_broadcast, void *c) { in INTERCEPTOR() argument
1297 SCOPED_TSAN_INTERCEPTOR(pthread_cond_broadcast, cond); in INTERCEPTOR()
1299 return REAL(pthread_cond_broadcast)(cond); in INTERCEPTOR()
2845 TSAN_INTERCEPT_VER(pthread_cond_broadcast, PTHREAD_ABI_BASE); in InitializeInterceptors()
/llvm-project-15.0.7/libcxx/include/
H A D__threading_support330 return pthread_cond_broadcast(__cv);
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp3427 pthread_cond_broadcast(arg->cond); in SignalCond()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2564 fun:pthread_cond_broadcast=uninstrumented