/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 326 INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **ret, in INTERCEPTOR() argument 330 result = REAL(pthread_timedjoin_np)(thread, ret, abstime); in INTERCEPTOR() 541 INTERCEPT_FUNCTION(pthread_timedjoin_np); in InitializeInterceptors()
|
/freebsd/include/ |
H A D | pthread_np.h | 67 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 515 INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **ret, in INTERCEPTOR() 519 result = REAL(pthread_timedjoin_np)(thread, ret, abstime); in INTERCEPTOR() 525 INTERCEPT_FUNCTION(pthread_timedjoin_np) 513 INTERCEPTOR(int,pthread_timedjoin_np,void * thread,void ** ret,const struct timespec * abstime) INTERCEPTOR() argument
|
/freebsd/lib/libthr/thread/ |
H A D | thr_join.c | 43 __weak_reference(_pthread_timedjoin_np, pthread_timedjoin_np);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 325 INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **ret, in INTERCEPTOR() argument 329 result = REAL(pthread_timedjoin_np)(thread, ret, abstime); in INTERCEPTOR() 853 ASAN_INTERCEPT_FUNC(pthread_timedjoin_np);
|
/freebsd/lib/libthr/ |
H A D | pthread.map | 123 pthread_timedjoin_np;
|
/freebsd/tests/sys/kern/ |
H A D | listener_wakeup.c | 265 if ((error = pthread_timedjoin_np(tid, NULL, &ts)) != 0) { in run_tests()
|
/freebsd/lib/libc/include/ |
H A D | namespace.h | 209 #define pthread_timedjoin_np _pthread_timedjoin_np macro
|
H A D | un-namespace.h | 190 #undef pthread_timedjoin_np
|
/freebsd/share/man/man3/ |
H A D | Makefile | 537 pthread_join.3 pthread_timedjoin_np.3
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1220 INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **retval, in INTERCEPTOR() argument 1222 int res = REAL(pthread_timedjoin_np)(thread, retval, abstime); in INTERCEPTOR() 1908 INTERCEPT_FUNCTION(pthread_timedjoin_np); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1138 TSAN_INTERCEPTOR(int, pthread_timedjoin_np, void *th, void **ret, in TSAN_INTERCEPTOR() argument 1140 SCOPED_INTERCEPTOR_RAW(pthread_timedjoin_np, th, ret, abstime); in TSAN_INTERCEPTOR() 1143 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime); in TSAN_INTERCEPTOR() 2943 TSAN_INTERCEPT(pthread_timedjoin_np); in InitializeInterceptors()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2658 fun:pthread_timedjoin_np=uninstrumented
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 174 #define pthread_timedjoin_np __pthread_timedjoin_np_time64
|