| /freebsd-13.1/contrib/ntp/lib/isc/pthreads/include/isc/ |
| H A D | mutex.h | 103 ((pthread_mutex_trylock((&(mp)->mutex)) == 0) ? \ 107 ((pthread_mutex_trylock((mp)) == 0) ? \
|
| /freebsd-13.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_data.c | 328 if ((pthread_mutex_trylock) == 0) in _nc_init_pthreads() 371 return pthread_mutex_trylock(obj); in _nc_mutex_trylock()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | mutex_posix.cpp | 22 bool Mutex::tryLock() { return pthread_mutex_trylock(&Mu) == 0; } in tryLock()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() argument 59 int res = REAL(pthread_mutex_trylock)(m); in INTERCEPTOR() 297 INTERCEPT_FUNCTION(pthread_mutex_trylock); in InitializeInterceptors()
|
| /freebsd-13.1/contrib/apr/locks/unix/ |
| H A D | thread_mutex.c | 181 rv = pthread_mutex_trylock(&mutex->mutex); in apr_thread_mutex_trylock() 200 rv = pthread_mutex_trylock(&mutex->mutex); in apr_thread_mutex_timedlock()
|
| /freebsd-13.1/lib/libstdthreads/ |
| H A D | mtx.c | 101 switch (pthread_mutex_trylock(mtx)) { in mtx_trylock()
|
| /freebsd-13.1/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 54 #define mutex_trylock(l) pthread_mutex_trylock(l)
|
| /freebsd-13.1/lib/libusb/ |
| H A D | libusb10.h | 39 #define CTX_TRYLOCK(ctx) pthread_mutex_trylock(&(ctx)->ctx_lock)
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | evthread_pthread.c | 73 return pthread_mutex_trylock(lock); in evthread_posix_lock()
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | evthread_pthread.c | 73 return pthread_mutex_trylock(lock); in evthread_posix_lock()
|
| /freebsd-13.1/contrib/openbsm/bin/auditdistd/ |
| H A D | synch.h | 77 error = pthread_mutex_trylock(lock); in mtx_trylock()
|
| /freebsd-13.1/sbin/hastd/ |
| H A D | synch.h | 79 error = pthread_mutex_trylock(lock); in mtx_trylock()
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_FreeBSD.h | 156 #define pthread_mutex_trylock _pthread_mutex_trylock macro
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 74 pthread_mutex_trylock;
|
| /freebsd-13.1/lib/libc/include/ |
| H A D | namespace.h | 159 #define pthread_mutex_trylock _pthread_mutex_trylock macro
|
| H A D | un-namespace.h | 140 #undef pthread_mutex_trylock
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 241 int pthread_mutex_trylock(pthread_mutex_t * __mutex)
|
| /freebsd-13.1/contrib/sendmail/libmilter/ |
| H A D | libmilter.h | 139 # define smutex_trylock(mp) (pthread_mutex_trylock(mp) == 0)
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | mutex.h | 93 # define MALLOC_MUTEX_TRYLOCK(m) (pthread_mutex_trylock(&(m)->lock) != 0)
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | Symbol.map | 48 pthread_mutex_trylock;
|
| H A D | _pthread_stubs.c | 235 STUB_FUNC1(pthread_mutex_trylock, PJT_MUTEX_TRYLOCK, int, void *)
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __threading_support | 395 return pthread_mutex_trylock(__m) == 0; 415 return pthread_mutex_trylock(__m) == 0;
|
| /freebsd-13.1/contrib/ntp/sntp/m4/ |
| H A D | openldap-thread-check.m4 | 147 dnl [skipped] pthread_mutex_trylock() in -lpthread -lexc (OSF/1) 158 dnl pthread_mutex_trylock() in -lpthreads -lexc (OSF/1)
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 413 pthread_mutex_trylock.3 \
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1300 TSAN_INTERCEPTOR(int, pthread_mutex_trylock, void *m) { in TSAN_INTERCEPTOR() argument 1301 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_trylock, m); in TSAN_INTERCEPTOR() 1302 int res = REAL(pthread_mutex_trylock)(m); in TSAN_INTERCEPTOR() 2796 TSAN_INTERCEPT(pthread_mutex_trylock); in InitializeInterceptors()
|