Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libstdthreads/
H A Dmtx.c87 switch (pthread_mutex_timedlock(mtx, ts)) { in mtx_timedlock()
/freebsd-13.1/lib/libthr/
H A Dpthread.map73 pthread_mutex_timedlock;
/freebsd-13.1/contrib/apr/locks/unix/
H A Dthread_mutex.c217 rv = pthread_mutex_timedlock(&mutex->mutex, &abstime); in apr_thread_mutex_timedlock()
H A Dproc_mutex.c807 rv = pthread_mutex_timedlock(&proc_pthread_mutex(mutex), &abstime); in proc_mutex_pthread_acquire_ex()
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h158 #define pthread_mutex_timedlock _pthread_mutex_timedlock macro
H A Dun-namespace.h139 #undef pthread_mutex_timedlock
/freebsd-13.1/include/
H A Dpthread.h243 int pthread_mutex_timedlock(pthread_mutex_t * __restrict __mutex,
/freebsd-13.1/share/man/man3/
H A DMakefile412 pthread_mutex_timedlock.3 \
/freebsd-13.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c75 return pthread_mutex_timedlock(m, &ts_wait); in mutex_lock()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1311 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument
1312 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); in TSAN_INTERCEPTOR()
1313 int res = REAL(pthread_mutex_timedlock)(m, abstime); in TSAN_INTERCEPTOR()
2797 TSAN_INTERCEPT(pthread_mutex_timedlock); in InitializeInterceptors()
/freebsd-13.1/lib/libthr/thread/
H A Dthr_mutex.c94 __weak_reference(__pthread_mutex_timedlock, pthread_mutex_timedlock);
/freebsd-13.1/contrib/apr/include/arch/unix/
H A Dapr_private.h.in410 /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
/freebsd-13.1/contrib/apr/
H A Dconfigure.in2297 AC_CHECK_FUNCS(pthread_mutex_timedlock pthread_mutexattr_setpshared)
2298 APR_IFALLYES(header:pthread.h func:pthread_mutex_timedlock,
H A Dconfigure26720 for ac_func in pthread_mutex_timedlock pthread_mutexattr_setpshared
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2599 fun:pthread_mutex_timedlock=uninstrumented