Searched refs:pthread_mutex_trylock (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/include/
H A Ddlz_pthread.h28 #define dlz_mutex_trylock pthread_mutex_trylock
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dftrace-lock.c45 if (pthread_mutex_trylock (&mutex) != 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dftrace-lock.c45 if (pthread_mutex_trylock (&mutex) != 0)
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dmutex.h48 ((pthread_mutex_trylock((mp)) == 0) ? ISC_R_SUCCESS : ISC_R_LOCKBUSY)
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0;
115 if (pthread_mutex_trylock (&lock->lock) != 0)
238 return pthread_mutex_trylock (lock) == 0;
276 if (pthread_mutex_trylock (&lock->lock) == 0)
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/posix/
H A Dlock.c68 return pthread_mutex_trylock (lock) == 0;
115 if (pthread_mutex_trylock (&lock->lock) != 0)
238 return pthread_mutex_trylock (lock) == 0;
276 if (pthread_mutex_trylock (&lock->lock) == 0)
/netbsd-current/external/bsd/ntp/dist/lib/isc/pthreads/include/isc/
H A Dmutex.h105 ((pthread_mutex_trylock((&(mp)->mutex)) == 0) ? \
109 ((pthread_mutex_trylock((mp)) == 0) ? \
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
H A Dmutex.h94 ((pthread_mutex_trylock((&(mp)->mutex)) == 0) ? ISC_R_SUCCESS \
98 ((pthread_mutex_trylock((mp)) == 0) ? ISC_R_SUCCESS : ISC_R_LOCKBUSY)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dgthr-tpf.h85 __gthrw(pthread_mutex_trylock)
166 return __gthrw_(pthread_mutex_trylock) (__mutex);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dgthr-tpf.h85 __gthrw(pthread_mutex_trylock)
166 return __gthrw_(pthread_mutex_trylock) (__mutex);
/netbsd-current/lib/libpthread/
H A Dmtx.c141 switch(pthread_mutex_trylock(mtx)) {
H A Dpthread.h98 int pthread_mutex_trylock(pthread_mutex_t *);
347 #define pthread_mutex_trylock __libc_mutex_trylock macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc44 if (pthread_mutex_trylock(&incrementer_thread_exit_mutex) == 0) {
133 if (pthread_mutex_trylock(&advanced_incrementer_thread_exit_mutex) == 0) {
/netbsd-current/external/bsd/nvi/dist/common/
H A Dpthread.c101 return pthread_mutex_trylock((pthread_mutex_t *)*p);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dgthr-dce.h81 __gthrw(pthread_mutex_trylock)
357 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 1)
506 return __gthrw_(pthread_mutex_trylock) (__mutex);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dgthr-dce.h81 __gthrw(pthread_mutex_trylock)
357 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 1)
506 return __gthrw_(pthread_mutex_trylock) (__mutex);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
H A Ddd_interceptors.cc57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) {
59 int res = REAL(pthread_mutex_trylock)(m);
297 INTERCEPT_FUNCTION(pthread_mutex_trylock);
/netbsd-current/external/bsd/libevent/dist/
H A Devthread_pthread.c76 return pthread_mutex_trylock(lock);
/netbsd-current/external/cddl/osnet/dist/head/
H A Dthread.h58 #define mutex_trylock(l) pthread_mutex_trylock(l)
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devthread_pthread.c75 return pthread_mutex_trylock(lock);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgthr-posix.h117 __gthrw(pthread_mutex_trylock)
572 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 0)
761 return __gthrw_(pthread_mutex_trylock) (__mutex);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgthr-posix.h117 __gthrw(pthread_mutex_trylock)
572 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 0)
761 return __gthrw_(pthread_mutex_trylock) (__mutex);
/netbsd-current/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/snapshot/
H A Ddmeventd_snapshot.c121 if (pthread_mutex_trylock(&_event_mutex)) {
/netbsd-current/lib/librumpuser/
H A Drumpuser_pth.c201 if (pthread_mutex_trylock(&mtx->pthmtx) != 0)
220 rv = pthread_mutex_trylock(&mtx->pthmtx);
/netbsd-current/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
H A Ddmeventd_mirror.c189 if (pthread_mutex_trylock(&_event_mutex)) {

Completed in 401 milliseconds

12