Home
last modified time | relevance | path

Searched refs:pthread_cond_timedwait (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DPThreadEvent.cpp133 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 Ddd_interceptors.cpp193 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 Dcond_version.c35 res = pthread_cond_timedwait(&c, &m, &ts1); in main()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp1245 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 Dtsan_interceptors_posix.cpp1250 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_support341 return pthread_cond_timedwait(__cv, __m, __ts);
/llvm-project-15.0.7/openmp/runtime/src/
H A Dz_Linux_util.cpp653 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 Dlibc_ubuntu1404_abilist.txt2568 fun:pthread_cond_timedwait=uninstrumented
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc175 #define pthread_cond_timedwait __pthread_cond_timedwait_time64