Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1072 TSAN_INTERCEPTOR(int, pthread_tryjoin_np, void *th, void **ret) { in TSAN_INTERCEPTOR() argument
1073 SCOPED_INTERCEPTOR_RAW(pthread_tryjoin_np, th, ret); in TSAN_INTERCEPTOR()
1076 int res = REAL(pthread_tryjoin_np)(th, ret); in TSAN_INTERCEPTOR()
2781 TSAN_INTERCEPT(pthread_tryjoin_np); in InitializeInterceptors()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2653 fun:pthread_tryjoin_np=uninstrumented