Searched refs:pthread_timedjoin_np (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/include/ |
| H A D | pthread_np.h | 74 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_join.c | 46 __weak_reference(_pthread_timedjoin_np, pthread_timedjoin_np);
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 124 pthread_timedjoin_np;
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 211 #define pthread_timedjoin_np _pthread_timedjoin_np macro
|
| H A D | un-namespace.h | 192 #undef pthread_timedjoin_np
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 508 pthread_join.3 pthread_timedjoin_np.3
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1085 TSAN_INTERCEPTOR(int, pthread_timedjoin_np, void *th, void **ret, in TSAN_INTERCEPTOR() argument 1087 SCOPED_INTERCEPTOR_RAW(pthread_timedjoin_np, th, ret, abstime); in TSAN_INTERCEPTOR() 1090 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime); in TSAN_INTERCEPTOR() 2782 TSAN_INTERCEPT(pthread_timedjoin_np); in InitializeInterceptors()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2652 fun:pthread_timedjoin_np=uninstrumented
|