Searched refs:pthread_cond_destroy (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | cond_destruction.cpp | 39 pthread_cond_destroy(&c); in main() 43 pthread_cond_destroy(&c); in main() 46 pthread_cond_destroy(&c); in main()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | PThreadCondition.h | 22 ~PThreadCondition() { ::pthread_cond_destroy(&m_condition); } in ~PThreadCondition()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 216 INTERCEPTOR(int, pthread_cond_destroy, pthread_cond_t *c) { in INTERCEPTOR() argument 219 int res = REAL(pthread_cond_destroy)(cond); in INTERCEPTOR() 320 INTERCEPT_FUNCTION_VER(pthread_cond_destroy, "GLIBC_2.3.2"); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_linux_test.cpp | 43 pthread_cond_destroy(&terminate_thread_cond); in ~TidReporterArgument() 44 pthread_cond_destroy(&tid_reported_cond); in ~TidReporterArgument()
|
| /llvm-project-15.0.7/llvm/examples/ParallelJIT/ |
| H A D | ParallelJIT.cpp | 158 int result = pthread_cond_destroy( &condition ); in ~WaitForThreads()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 1297 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR() argument 1299 SCOPED_TSAN_INTERCEPTOR(pthread_cond_destroy, cond); in INTERCEPTOR() 1301 int res = REAL(pthread_cond_destroy)(cond); in INTERCEPTOR() 2822 TSAN_INTERCEPT_VER(pthread_cond_destroy, PTHREAD_ABI_BASE); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1302 INTERCEPTOR(int, pthread_cond_destroy, void *c) { in INTERCEPTOR() argument 1304 SCOPED_TSAN_INTERCEPTOR(pthread_cond_destroy, cond); in INTERCEPTOR() 1306 int res = REAL(pthread_cond_destroy)(cond); in INTERCEPTOR() 2848 TSAN_INTERCEPT_VER(pthread_cond_destroy, PTHREAD_ABI_BASE); in InitializeInterceptors()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __threading_support | 346 return pthread_cond_destroy(__cv);
|
| H A D | __config | 978 // pthread_cond_destroy can allow the kernel to release resources.
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 1367 status = pthread_cond_destroy(&th->th.th_suspend_cv.c_cond); in __kmp_suspend_uninitialize_thread() 1951 status = pthread_cond_destroy(&__kmp_wait_cv.c_cond); in __kmp_runtime_destroy()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 3459 pthread_cond_destroy(&cond); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2565 fun:pthread_cond_destroy=uninstrumented
|