Home
last modified time | relevance | path

Searched refs:pthread_cond_destroy (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dcond_destruction.cpp39 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 DPThreadCondition.h22 ~PThreadCondition() { ::pthread_cond_destroy(&m_condition); } in ~PThreadCondition()
/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp216 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 Dsanitizer_linux_test.cpp43 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 DParallelJIT.cpp158 int result = pthread_cond_destroy( &condition ); in ~WaitForThreads()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp1297 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 Dtsan_interceptors_posix.cpp1302 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_support346 return pthread_cond_destroy(__cv);
H A D__config978 // pthread_cond_destroy can allow the kernel to release resources.
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Linux_util.cpp1367 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 Dmsan_test.cpp3459 pthread_cond_destroy(&cond); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2565 fun:pthread_cond_destroy=uninstrumented