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

12

/freebsd-9.3-release/contrib/gcclibs/libgomp/config/posix/
H A Dlock.c73 return pthread_mutex_trylock (lock) == 0;
111 if (pthread_mutex_trylock (&lock->lock) == 0)
/freebsd-9.3-release/contrib/gcclibs/libgomp/config/posix95/
H A Dlock.c64 return pthread_mutex_trylock (lock) == 0;
114 if (pthread_mutex_trylock (&lock->lock) != 0)
/freebsd-9.3-release/contrib/bind9/lib/isc/pthreads/include/isc/
H A Dmutex.h103 ((pthread_mutex_trylock((&(mp)->mutex)) == 0) ? \
107 ((pthread_mutex_trylock((mp)) == 0) ? \
/freebsd-9.3-release/contrib/ntp/lib/isc/pthreads/include/isc/
H A Dmutex.h103 ((pthread_mutex_trylock((&(mp)->mutex)) == 0) ? \
107 ((pthread_mutex_trylock((mp)) == 0) ? \
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-tpf.h89 __gthrw(pthread_mutex_trylock)
160 return __gthrw_(pthread_mutex_trylock) (mutex);
H A Dgthr-posix.c91 pthread_mutex_trylock (pthread_mutex_t *mutex ATTRIBUTE_UNUSED) function
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)
620 return __gthrw_(pthread_mutex_trylock) (mutex);
H A Dgthr-posix95.h78 __gthrw(pthread_mutex_trylock)
444 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 0)
580 return __gthrw_(pthread_mutex_trylock) (mutex);
629 if (__gthrw_(pthread_mutex_trylock) (&mutex->actual))
H A Dgthr-dce.h75 __gthrw(pthread_mutex_trylock)
351 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 1)
490 return __gthrw_(pthread_mutex_trylock) (mutex);
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_data.c264 if ((pthread_mutex_trylock) == 0)
307 return pthread_mutex_trylock(obj);
/freebsd-9.3-release/lib/libusb/
H A Dlibusb10.h35 #define CTX_TRYLOCK(ctx) pthread_mutex_trylock(&(ctx)->ctx_lock)
/freebsd-9.3-release/contrib/libc++/src/
H A Dmutex.cpp38 return pthread_mutex_trylock(&__m_) == 0;
106 return pthread_mutex_trylock(&__m_) == 0;
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DMutex.cpp116 int errorcode = pthread_mutex_trylock(mutex);
/freebsd-9.3-release/cddl/contrib/opensolaris/head/
H A Dthread.h54 #define mutex_trylock(l) pthread_mutex_trylock(l)
/freebsd-9.3-release/sbin/hastd/
H A Dsynch.h77 error = pthread_mutex_trylock(lock);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c73 return pthread_mutex_trylock(lock);
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h79 error = pthread_mutex_trylock(lock);
/freebsd-9.3-release/include/
H A Dpthread.h220 int pthread_mutex_trylock(pthread_mutex_t *);
/freebsd-9.3-release/lib/libkse/
H A Dkse.map84 pthread_mutex_trylock;
/freebsd-9.3-release/lib/libthr/
H A Dpthread.map90 pthread_mutex_trylock;
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-impl.h231 int rc = pthread_mutex_trylock (& __mf_biglock); \
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dlibmilter.h139 # define smutex_trylock(mp) (pthread_mutex_trylock(mp) == 0)
/freebsd-9.3-release/lib/libc/include/
H A Dnamespace.h154 #define pthread_mutex_trylock _pthread_mutex_trylock macro
H A Dun-namespace.h135 #undef pthread_mutex_trylock macro
/freebsd-9.3-release/share/man/man3/
H A DMakefile200 pthread_mutex_trylock.3 \

Completed in 185 milliseconds

12