Searched refs:pthread_tryjoin_np (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 317 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 D | lsan_interceptors.cpp | 501 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 D | asan_interceptors.cpp | 314 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 D | msan_interceptors.cpp | 1212 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 D | tsan_interceptors_posix.cpp | 1125 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 D | libc_ubuntu1404_abilist.txt | 2659 fun:pthread_tryjoin_np=uninstrumented
|