Home
last modified time | relevance | path

Searched refs:pthread_timedjoin_np (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/include/
H A Dpthread_np.h73 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
/freebsd-12.1/lib/libthr/thread/
H A Dthr_join.c45 __weak_reference(_pthread_timedjoin_np, pthread_timedjoin_np);
/freebsd-12.1/lib/libthr/
H A Dpthread.map124 pthread_timedjoin_np;
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h209 #define pthread_timedjoin_np _pthread_timedjoin_np macro
H A Dun-namespace.h190 #undef pthread_timedjoin_np
/freebsd-12.1/share/man/man3/
H A DMakefile371 PTHREAD_MLINKS+=pthread_join.3 pthread_timedjoin_np.3
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1068 TSAN_INTERCEPTOR(int, pthread_timedjoin_np, void *th, void **ret, in TSAN_INTERCEPTOR() argument
1070 SCOPED_TSAN_INTERCEPTOR(pthread_timedjoin_np, th, ret, abstime); in TSAN_INTERCEPTOR()
1073 int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime); in TSAN_INTERCEPTOR()
2682 TSAN_INTERCEPT(pthread_timedjoin_np); in InitializeInterceptors()
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2652 fun:pthread_timedjoin_np=uninstrumented