Searched refs:pthread_mutex_timedlock (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/lib/libstdthreads/ |
| H A D | mtx.c | 87 switch (pthread_mutex_timedlock(mtx, ts)) { in mtx_timedlock()
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 73 pthread_mutex_timedlock;
|
| /freebsd-13.1/contrib/apr/locks/unix/ |
| H A D | thread_mutex.c | 217 rv = pthread_mutex_timedlock(&mutex->mutex, &abstime); in apr_thread_mutex_timedlock()
|
| H A D | proc_mutex.c | 807 rv = pthread_mutex_timedlock(&proc_pthread_mutex(mutex), &abstime); in proc_mutex_pthread_acquire_ex()
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 158 #define pthread_mutex_timedlock _pthread_mutex_timedlock macro
|
| H A D | un-namespace.h | 139 #undef pthread_mutex_timedlock
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 243 int pthread_mutex_timedlock(pthread_mutex_t * __restrict __mutex,
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 412 pthread_mutex_timedlock.3 \
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_mutex.c | 75 return pthread_mutex_timedlock(m, &ts_wait); in mutex_lock()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1311 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 D | thr_mutex.c | 94 __weak_reference(__pthread_mutex_timedlock, pthread_mutex_timedlock);
|
| /freebsd-13.1/contrib/apr/include/arch/unix/ |
| H A D | apr_private.h.in | 410 /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
|
| /freebsd-13.1/contrib/apr/ |
| H A D | configure.in | 2297 AC_CHECK_FUNCS(pthread_mutex_timedlock pthread_mutexattr_setpshared) 2298 APR_IFALLYES(header:pthread.h func:pthread_mutex_timedlock,
|
| H A D | configure | 26720 for ac_func in pthread_mutex_timedlock pthread_mutexattr_setpshared
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2599 fun:pthread_mutex_timedlock=uninstrumented
|