Home
last modified time | relevance | path

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

/freebsd/lib/libthr/tests/
H A Dpthread_tryjoin_test.c46 error = pthread_tryjoin_np(thr, &retval); in ATF_TC_BODY()
53 error = pthread_tryjoin_np(thr, &retval); in ATF_TC_BODY()
/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/include/
H A Dpthread_np.h68 int pthread_tryjoin_np(pthread_t, void **);
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp530 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **ret) { in INTERCEPTOR() argument
533 result = REAL(pthread_tryjoin_np)(thread, ret); in INTERCEPTOR()
538 # define LSAN_MAYBE_INTERCEPT_TRYJOIN INTERCEPT_FUNCTION(pthread_tryjoin_np)
/freebsd/lib/libthr/thread/
H A Dthr_join.c47 __weak_reference(_pthread_tryjoin_np, pthread_tryjoin_np);
/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()
885 ASAN_INTERCEPT_FUNC(pthread_tryjoin_np);
/freebsd/lib/libthr/
H A Dpthread.map348 pthread_tryjoin_np;
/freebsd/share/man/man3/
H A DMakefile545 pthread_join.3 pthread_tryjoin_np.3
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1238 INTERCEPTOR(int, pthread_tryjoin_np, void *thread, void **retval) { in INTERCEPTOR() argument
1240 int res = REAL(pthread_tryjoin_np)(thread, retval); in INTERCEPTOR()
1935 INTERCEPT_FUNCTION(pthread_tryjoin_np); in InitializeInterceptors()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1192 TSAN_INTERCEPTOR(int, pthread_tryjoin_np, void *th, void **ret) { in TSAN_INTERCEPTOR() argument
1193 SCOPED_INTERCEPTOR_RAW(pthread_tryjoin_np, th, ret); in TSAN_INTERCEPTOR()
1196 int res = REAL(pthread_tryjoin_np)(th, ret); in TSAN_INTERCEPTOR()
3023 TSAN_INTERCEPT(pthread_tryjoin_np); in InitializeInterceptors()
/freebsd/
H A DRELNOTES197 The pthread_tryjoin_np(3) function was added to libthr(3). It provides
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2659 fun:pthread_tryjoin_np=uninstrumented