Home
last modified time | relevance | path

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

/freebsd-14.2/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()
540 INTERCEPT_FUNCTION(pthread_timedjoin_np); in InitializeInterceptors()
/freebsd-14.2/include/
H A Dpthread_np.h72 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp513 INTERCEPTOR(int, pthread_timedjoin_np, void *thread, void **ret, in INTERCEPTOR() argument
517 result = REAL(pthread_timedjoin_np)(thread, ret, abstime); in INTERCEPTOR()
523 INTERCEPT_FUNCTION(pthread_timedjoin_np)
/freebsd-14.2/lib/libthr/thread/
H A Dthr_join.c43 __weak_reference(_pthread_timedjoin_np, pthread_timedjoin_np);
/freebsd-14.2/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()
825 ASAN_INTERCEPT_FUNC(pthread_timedjoin_np); in InitializeAsanInterceptors()
/freebsd-14.2/lib/libthr/
H A Dpthread.map123 pthread_timedjoin_np;
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h190 #undef pthread_timedjoin_np
H A Dnamespace.h209 #define pthread_timedjoin_np _pthread_timedjoin_np macro
/freebsd-14.2/share/man/man3/
H A DMakefile530 pthread_join.3 pthread_timedjoin_np.3
/freebsd-14.2/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()
1906 INTERCEPT_FUNCTION(pthread_timedjoin_np); in InitializeInterceptors()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1127 TSAN_INTERCEPTOR(int, pthread_timedjoin_np, void *th, void **ret, in TSAN_INTERCEPTOR() argument
1129 SCOPED_INTERCEPTOR_RAW(pthread_timedjoin_np, th, ret, abstime); in TSAN_INTERCEPTOR()
1132 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime); in TSAN_INTERCEPTOR()
2897 TSAN_INTERCEPT(pthread_timedjoin_np); in InitializeInterceptors()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2658 fun:pthread_timedjoin_np=uninstrumented
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc174 #define pthread_timedjoin_np __pthread_timedjoin_np_time64