Home
last modified time | relevance | path

Searched refs:pthread_tryjoin_np (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp317 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **ret) { in INTERCEPTOR() argument
320 result = REAL(pthread_tryjoin_np)(thread, ret); in INTERCEPTOR()
540 INTERCEPT_FUNCTION(pthread_tryjoin_np); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp501 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **ret) { in INTERCEPTOR()
504 result = REAL(pthread_tryjoin_np)(thread, ret); in INTERCEPTOR()
509 # define LSAN_MAYBE_INTERCEPT_TRYJOIN INTERCEPT_FUNCTION(pthread_tryjoin_np)
499 INTERCEPTOR(int,pthread_tryjoin_np,void * thread,void ** ret) INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp314 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **ret) { in INTERCEPTOR() argument
317 result = REAL(pthread_tryjoin_np)(thread, ret); in INTERCEPTOR()
857 ASAN_INTERCEPT_FUNC(pthread_tryjoin_np);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1212 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **retval) { in INTERCEPTOR() argument
1214 int res = REAL(pthread_tryjoin_np)(thread, retval); in INTERCEPTOR()
1907 INTERCEPT_FUNCTION(pthread_tryjoin_np); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1125 TSAN_INTERCEPTOR(int, pthread_tryjoin_np, void *th, void **ret) { in TSAN_INTERCEPTOR() argument
1126 SCOPED_INTERCEPTOR_RAW(pthread_tryjoin_np, th, ret); in TSAN_INTERCEPTOR()
1129 int res = REAL(pthread_tryjoin_np)(th, ret); in TSAN_INTERCEPTOR()
2942 TSAN_INTERCEPT(pthread_tryjoin_np); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2659 fun:pthread_tryjoin_np=uninstrumented