| /llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/ |
| H A D | tsan_posix.cpp | 126 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 D | PThreadCondition.h | 26 int Broadcast() { return ::pthread_cond_broadcast(&m_condition); } in Broadcast()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 210 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 D | cond.c | 38 pthread_cond_broadcast(&c); in thr2()
|
| /llvm-project-15.0.7/compiler-rt/test/scudo/ |
| H A D | dealloc-race.c | 44 pthread_cond_broadcast(&cond); in child()
|
| H A D | threads.c | 59 pthread_cond_broadcast(&cond); in main()
|
| /llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/ |
| H A D | high_allocator_contention.cpp | 44 pthread_cond_broadcast(&cond); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_linux_test.cpp | 77 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 D | sanitizer_wrappers.cpp | 168 LLVM_SYMBOLIZER_INTERCEPTOR1(pthread_cond_broadcast, int(pthread_cond_t *))
|
| /llvm-project-15.0.7/llvm/examples/ParallelJIT/ |
| H A D | ParallelJIT.cpp | 231 int result = pthread_cond_broadcast( &condition ); in unblockThreads()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | std-c-library-functions-POSIX.c | 276 int pthread_cond_broadcast(pthread_cond_t *cond);
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 1290 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 D | tsan_interceptors_posix.cpp | 1295 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_support | 330 return pthread_cond_broadcast(__cv);
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 3427 pthread_cond_broadcast(arg->cond); in SignalCond()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2564 fun:pthread_cond_broadcast=uninstrumented
|