Home
last modified time | relevance | path

Searched refs:pthread_mutex_trylock (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-12.1/contrib/gcclibs/libgomp/config/posix/
H A Dlock.c73 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 Dlock.c64 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 Dgthr-posix.h88 __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 Dgthr-posix95.h78 __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 Dgthr-dce.h75 __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 Dgthr-tpf.h89 __gthrw(pthread_mutex_trylock) in __gthrw()
160 return __gthrw_(pthread_mutex_trylock) (mutex); in __gthread_mutex_trylock()
H A Dgthr-posix.c91 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 Dmutex.h103 ((pthread_mutex_trylock((&(mp)->mutex)) == 0) ? \
107 ((pthread_mutex_trylock((mp)) == 0) ? \
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dlib_data.c307 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 Ddd_interceptors.cc57 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 Dmtx.c101 switch (pthread_mutex_trylock(mtx)) { in mtx_trylock()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DMutex.cpp111 int errorcode = pthread_mutex_trylock(mutex); in tryacquire()
/freebsd-12.1/contrib/apr/locks/unix/
H A Dthread_mutex.c106 rv = pthread_mutex_trylock(&mutex->mutex); in apr_thread_mutex_trylock()
/freebsd-12.1/cddl/contrib/opensolaris/head/
H A Dthread.h54 #define mutex_trylock(l) pthread_mutex_trylock(l)
/freebsd-12.1/lib/libusb/
H A Dlibusb10.h39 #define CTX_TRYLOCK(ctx) pthread_mutex_trylock(&(ctx)->ctx_lock)
/freebsd-12.1/contrib/libevent/
H A Devthread_pthread.c73 return pthread_mutex_trylock(lock); in evthread_posix_lock()
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c73 return pthread_mutex_trylock(lock); in evthread_posix_lock()
/freebsd-12.1/contrib/openbsm/bin/auditdistd/
H A Dsynch.h77 error = pthread_mutex_trylock(lock); in mtx_trylock()
/freebsd-12.1/sbin/hastd/
H A Dsynch.h79 error = pthread_mutex_trylock(lock); in mtx_trylock()
/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h150 #define pthread_mutex_trylock _pthread_mutex_trylock macro
/freebsd-12.1/lib/libthr/
H A Dpthread.map74 pthread_mutex_trylock;
/freebsd-12.1/contrib/libc++/include/
H A D__threading_support242 return pthread_mutex_trylock(__m) == 0;
262 return pthread_mutex_trylock(__m) == 0;
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex.h94 # define MALLOC_MUTEX_TRYLOCK(m) (pthread_mutex_trylock(&(m)->lock) != 0)
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-impl.h231 int rc = pthread_mutex_trylock (& __mf_biglock); \
/freebsd-12.1/include/
H A Dpthread.h241 int pthread_mutex_trylock(pthread_mutex_t * __mutex)

12