Home
last modified time | relevance | path

Searched refs:pthread_mutex_timedlock (Results 1 – 9 of 9) sorted by relevance

/NextBSD/lib/libstdthreads/
HDmtx.c85 switch (pthread_mutex_timedlock(mtx, ts)) { in mtx_timedlock()
/NextBSD/lib/libthr/
HDpthread.map73 pthread_mutex_timedlock;
/NextBSD/lib/libc/include/
HDnamespace.h153 #define pthread_mutex_timedlock _pthread_mutex_timedlock macro
HDun-namespace.h134 #undef pthread_mutex_timedlock
/NextBSD/include/
HDpthread.h241 int pthread_mutex_timedlock(pthread_mutex_t *__mutex,
/NextBSD/share/man/man3/
HDMakefile242 pthread_mutex_timedlock.3 \
/NextBSD/lib/libthr/thread/
HDthr_mutex.c103 __weak_reference(__pthread_mutex_timedlock, pthread_mutex_timedlock);
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc1097 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument
1098 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); in TSAN_INTERCEPTOR()
1099 int res = REAL(pthread_mutex_timedlock)(m, abstime); in TSAN_INTERCEPTOR()
2525 TSAN_INTERCEPT(pthread_mutex_timedlock); in InitializeInterceptors()
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2599 fun:pthread_mutex_timedlock=uninstrumented