H A D | tsan_interceptors_posix.cpp | 1139 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...] |