Searched refs:pthread_tryjoin_np (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1139 TSAN_INTERCEPTOR(int, pthread_tryjoin_np, void *th, void **ret) { in TSAN_INTERCEPTOR() argument 1140 SCOPED_INTERCEPTOR_RAW(pthread_tryjoin_np, th, ret); in TSAN_INTERCEPTOR() 1143 int res = REAL(pthread_tryjoin_np)(th, ret); in TSAN_INTERCEPTOR() 2926 TSAN_INTERCEPT(pthread_tryjoin_np); in InitializeInterceptors()
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | configure.ac | 218 [pthread_tryjoin_np (th, &status);])],[enable_linux_futex=yes],
|
| H A D | configure | 8746 pthread_tryjoin_np (th, &status);
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2654 fun:pthread_tryjoin_np=uninstrumented
|