Home
last modified time | relevance | path

Searched defs:abstime (Results 1 – 8 of 8) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp123 const timespec *abstime) { in INTERCEPTOR()
148 const timespec *abstime) { in INTERCEPTOR()
194 const timespec *abstime) { in INTERCEPTOR()
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp103 auto abstime = system_clock::time_point(duration_cast<system_clock::duration>(duration)); in __libcpp_condvar_timedwait() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1139 TSAN_INTERCEPTOR(int,pthread_timedjoin_np,void * th,void ** ret,const struct timespec * abstime) TSAN_INTERCEPTOR() argument
1261 INTERCEPTOR(int,pthread_cond_timedwait,void * c,void * m,void * abstime) INTERCEPTOR() argument
1272 INTERCEPTOR(int,pthread_cond_clockwait,void * c,void * m,__sanitizer_clockid_t clock,void * abstime) INTERCEPTOR() argument
1376 TSAN_INTERCEPTOR(int,pthread_mutex_timedlock,void * m,void * abstime) TSAN_INTERCEPTOR() argument
1397 TSAN_INTERCEPTOR(int,pthread_mutex_clocklock,void * m,__sanitizer_clockid_t clock,void * abstime) TSAN_INTERCEPTOR() argument
1523 TSAN_INTERCEPTOR(int,pthread_rwlock_timedrdlock,void * m,void * abstime) TSAN_INTERCEPTOR() argument
1553 TSAN_INTERCEPTOR(int,pthread_rwlock_timedwrlock,void * m,void * abstime) TSAN_INTERCEPTOR() argument
[all...]
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp327 const struct timespec *abstime) { in INTERCEPTOR()
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp514 INTERCEPTOR(int,pthread_timedjoin_np,void * thread,void ** ret,const struct timespec * abstime) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp326 const struct timespec *abstime) { in INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1221 INTERCEPTOR(int,pthread_timedjoin_np,void * thread,void ** retval,const struct timespec * abstime) INTERCEPTOR() argument
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1344 #define __sanitizer_syscall_pre__ksem_timedwait(id, abstime) \ argument
1347 #define __sanitizer_syscall_post__ksem_timedwait(res, id, abstime) \ argument