| /freebsd-12.1/contrib/gcclibs/libgomp/config/posix/ |
| H A D | lock.c | 73 return pthread_mutex_trylock (lock) == 0; in omp_test_lock() 111 if (pthread_mutex_trylock (&lock->lock) == 0) in omp_test_nest_lock()
|
| /freebsd-12.1/contrib/gcclibs/libgomp/config/posix95/ |
| H A D | lock.c | 64 return pthread_mutex_trylock (lock) == 0; in omp_test_lock() 114 if (pthread_mutex_trylock (&lock->lock) != 0) in omp_test_nest_lock()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | gthr-posix.h | 88 __gthrw3(pthread_mutex_trylock) 98 __gthrw(pthread_mutex_trylock) 484 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 0) in __gthread_objc_mutex_trylock() 620 return __gthrw_(pthread_mutex_trylock) (mutex); in __gthread_mutex_trylock()
|
| H A D | gthr-posix95.h | 78 __gthrw(pthread_mutex_trylock) 450 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 0) in __gthread_objc_mutex_trylock() 586 return __gthrw_(pthread_mutex_trylock) (mutex); in __gthread_mutex_trylock() 635 if (__gthrw_(pthread_mutex_trylock) (&mutex->actual)) in __gthread_recursive_mutex_trylock()
|
| H A D | gthr-dce.h | 75 __gthrw(pthread_mutex_trylock) in __gthrw() 351 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 1) in __gthread_objc_mutex_trylock() 490 return __gthrw_(pthread_mutex_trylock) (mutex); in __gthread_mutex_trylock()
|
| H A D | gthr-tpf.h | 89 __gthrw(pthread_mutex_trylock) in __gthrw() 160 return __gthrw_(pthread_mutex_trylock) (mutex); in __gthread_mutex_trylock()
|
| H A D | gthr-posix.c | 91 pthread_mutex_trylock (pthread_mutex_t *mutex ATTRIBUTE_UNUSED) in pthread_mutex_trylock() function
|
| /freebsd-12.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-12.1/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_data.c | 307 if ((pthread_mutex_trylock) == 0) in _nc_init_pthreads() 350 return pthread_mutex_trylock(obj); in _nc_mutex_trylock()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cc | 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-12.1/lib/libstdthreads/ |
| H A D | mtx.c | 101 switch (pthread_mutex_trylock(mtx)) { in mtx_trylock()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Mutex.cpp | 111 int errorcode = pthread_mutex_trylock(mutex); in tryacquire()
|
| /freebsd-12.1/contrib/apr/locks/unix/ |
| H A D | thread_mutex.c | 106 rv = pthread_mutex_trylock(&mutex->mutex); in apr_thread_mutex_trylock()
|
| /freebsd-12.1/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 54 #define mutex_trylock(l) pthread_mutex_trylock(l)
|
| /freebsd-12.1/lib/libusb/ |
| H A D | libusb10.h | 39 #define CTX_TRYLOCK(ctx) pthread_mutex_trylock(&(ctx)->ctx_lock)
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | evthread_pthread.c | 73 return pthread_mutex_trylock(lock); in evthread_posix_lock()
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | evthread_pthread.c | 73 return pthread_mutex_trylock(lock); in evthread_posix_lock()
|
| /freebsd-12.1/contrib/openbsm/bin/auditdistd/ |
| H A D | synch.h | 77 error = pthread_mutex_trylock(lock); in mtx_trylock()
|
| /freebsd-12.1/sbin/hastd/ |
| H A D | synch.h | 79 error = pthread_mutex_trylock(lock); in mtx_trylock()
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_FreeBSD.h | 150 #define pthread_mutex_trylock _pthread_mutex_trylock macro
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 74 pthread_mutex_trylock;
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | __threading_support | 242 return pthread_mutex_trylock(__m) == 0; 262 return pthread_mutex_trylock(__m) == 0;
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | mutex.h | 94 # define MALLOC_MUTEX_TRYLOCK(m) (pthread_mutex_trylock(&(m)->lock) != 0)
|
| /freebsd-12.1/contrib/gcclibs/libmudflap/ |
| H A D | mf-impl.h | 231 int rc = pthread_mutex_trylock (& __mf_biglock); \
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 241 int pthread_mutex_trylock(pthread_mutex_t * __mutex)
|