Searched refs:pthread_cond_timedwait (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | PThreadEvent.cpp | 133 err = ::pthread_cond_timedwait(m_set_condition.Condition(), in WaitForSetEvents() 174 err = ::pthread_cond_timedwait(m_reset_condition.Condition(), in WaitForEventsToReset()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 193 INTERCEPTOR(int, pthread_cond_timedwait, pthread_cond_t *c, pthread_mutex_t *m, in INTERCEPTOR() argument 199 int res = REAL(pthread_cond_timedwait)(cond, m, abstime); in INTERCEPTOR() 319 INTERCEPT_FUNCTION_VER(pthread_cond_timedwait, "GLIBC_2.3.2"); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | cond_version.c | 35 res = pthread_cond_timedwait(&c, &m, &ts1); in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_interceptors_posix.cpp | 1245 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() argument 1247 SCOPED_TSAN_INTERCEPTOR(pthread_cond_timedwait, cond, m, abstime); in INTERCEPTOR() 1250 [=]() { return REAL(pthread_cond_timedwait)(cond, m, abstime); }, cond, in INTERCEPTOR() 2821 TSAN_INTERCEPT_VER(pthread_cond_timedwait, PTHREAD_ABI_BASE); in InitializeInterceptors()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1250 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() argument 1252 SCOPED_TSAN_INTERCEPTOR(pthread_cond_timedwait, cond, m, abstime); in INTERCEPTOR() 1255 [=]() { return REAL(pthread_cond_timedwait)(cond, m, abstime); }, cond, in INTERCEPTOR() 2847 TSAN_INTERCEPT_VER(pthread_cond_timedwait, PTHREAD_ABI_BASE); in InitializeInterceptors()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __threading_support | 341 return pthread_cond_timedwait(__cv, __m, __ts);
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 653 status = pthread_cond_timedwait(&__kmp_wait_cv.c_cond, in __kmp_launch_monitor() 1484 status = pthread_cond_timedwait(&th->th.th_suspend_cv.c_cond, in __kmp_suspend_template()
|
| /llvm-project-15.0.7/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2568 fun:pthread_cond_timedwait=uninstrumented
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 175 #define pthread_cond_timedwait __pthread_cond_timedwait_time64
|