Home
last modified time | relevance | path

Searched refs:pthread_timedjoin_np (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp326 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 Dpthread_np.h67 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp515 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 Dthr_join.c43 __weak_reference(_pthread_timedjoin_np, pthread_timedjoin_np);
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp325 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 Dpthread.map123 pthread_timedjoin_np;
/freebsd/tests/sys/kern/
H A Dlistener_wakeup.c265 if ((error = pthread_timedjoin_np(tid, NULL, &ts)) != 0) { in run_tests()
/freebsd/lib/libc/include/
H A Dnamespace.h209 #define pthread_timedjoin_np _pthread_timedjoin_np macro
H A Dun-namespace.h190 #undef pthread_timedjoin_np
/freebsd/share/man/man3/
H A DMakefile537 pthread_join.3 pthread_timedjoin_np.3
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1220 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 Dtsan_interceptors_posix.cpp1138 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 Dlibc_ubuntu1404_abilist.txt2658 fun:pthread_timedjoin_np=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc174 #define pthread_timedjoin_np __pthread_timedjoin_np_time64