| /freebsd/contrib/ntp/libntp/lib/isc/pthreads/include/isc/ |
| H A D | mutex.h | 103 ((pthread_mutex_trylock((&(mp)->mutex)) == 0) ? \ 107 ((pthread_mutex_trylock((mp)) == 0) ? \
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_data.c | 332 if ((pthread_mutex_trylock) == 0) in _nc_init_pthreads() 376 rc = pthread_mutex_trylock(obj); in _nc_mutex_trylock()
|
| /freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
| H A D | pthread.h | 82 return pthread_mutex_trylock(__m) == 0; in __libcpp_recursive_mutex_trylock() 99 return pthread_mutex_trylock(__m) == 0; in __libcpp_mutex_trylock()
|
| /freebsd/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() 298 INTERCEPT_FUNCTION(pthread_mutex_trylock); in InitializeInterceptors()
|
| /freebsd/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/sys/contrib/openzfs/lib/libspl/ |
| H A D | mutex.c | 74 int error = pthread_mutex_trylock(&mp->m_lock); in mutex_tryenter()
|
| /freebsd/lib/libstdthreads/ |
| H A D | mtx.c | 98 switch (pthread_mutex_trylock(mtx)) { in mtx_trylock()
|
| /freebsd/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 54 #define mutex_trylock(l) pthread_mutex_trylock(l)
|
| /freebsd/crypto/openssl/util/platform_symbols/ |
| H A D | unix-symbols.txt | 104 pthread_mutex_trylock
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | evthread_pthread.c | 73 return pthread_mutex_trylock(lock); in evthread_posix_lock()
|
| /freebsd/contrib/libevent/ |
| H A D | evthread_pthread.c | 73 return pthread_mutex_trylock(lock); in evthread_posix_lock()
|
| /freebsd/lib/libusb/ |
| H A D | libusb10.h | 45 #define CTX_TRYLOCK(ctx) pthread_mutex_trylock(&(ctx)->ctx_lock)
|
| /freebsd/contrib/openbsm/bin/auditdistd/ |
| H A D | synch.h | 77 error = pthread_mutex_trylock(lock); in mtx_trylock()
|
| /freebsd/crypto/openssl/crypto/thread/arch/ |
| H A D | thread_posix.c | 115 if (pthread_mutex_trylock(mutex_p) == EBUSY) in ossl_crypto_mutex_try_lock()
|
| /freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
| H A D | jemalloc_FreeBSD.h | 160 #define pthread_mutex_trylock _pthread_mutex_trylock 154 #define pthread_mutex_trylock _pthread_mutex_trylock global() macro
|
| /freebsd/lib/libthr/ |
| H A D | pthread.map | 73 pthread_mutex_trylock;
|
| /freebsd/include/ |
| H A D | pthread.h | 242 int pthread_mutex_trylock(pthread_mutex_t * __mutex)
|
| /freebsd/lib/libc/include/ |
| H A D | namespace.h | 157 #define pthread_mutex_trylock _pthread_mutex_trylock macro
|
| H A D | un-namespace.h | 138 #undef pthread_mutex_trylock
|
| /freebsd/contrib/sendmail/libmilter/ |
| H A D | libmilter.h | 139 # define smutex_trylock(mp) (pthread_mutex_trylock(mp) == 0)
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | mutex.h | 89 # define MALLOC_MUTEX_TRYLOCK(m) (pthread_mutex_trylock(&(m)->lock) != 0)
|
| /freebsd/lib/libc/gen/ |
| H A D | Symbol.map | 44 pthread_mutex_trylock;
|
| H A D | _pthread_stubs.c | 238 STUB_FUNC1(pthread_mutex_trylock, PJT_MUTEX_TRYLOCK, int, void *)
|
| /freebsd/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/share/man/man3/ |
| H A D | Makefile | 446 pthread_mutex_trylock.3 \
|