HomeSort by: relevance | last modified time | path
    Searched refs:pthread_mutex_trylock (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
ftrace-lock.c 45 if (pthread_mutex_trylock (&mutex) != 0)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
ftrace-lock.c 45 if (pthread_mutex_trylock (&mutex) != 0)
  /src/external/gpl3/gcc/dist/libgomp/config/posix/
lock.c 68 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)
  /src/external/gpl3/gcc.old/dist/libgomp/config/posix/
lock.c 68 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)
  /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/
mutex.h 105 ((pthread_mutex_trylock((&(mp)->mutex)) == 0) ? \
109 ((pthread_mutex_trylock((mp)) == 0) ? \
  /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
mutex.h 94 ((pthread_mutex_trylock((&(mp)->mutex)) == 0) ? ISC_R_SUCCESS \
98 ((pthread_mutex_trylock((mp)) == 0) ? ISC_R_SUCCESS : ISC_R_LOCKBUSY)
  /src/external/gpl3/gcc/dist/libgcc/config/s390/
gthr-tpf.h 85 __gthrw(pthread_mutex_trylock)
166 return __gthrw_(pthread_mutex_trylock) (__mutex);
  /src/external/gpl3/gcc.old/dist/libgcc/config/s390/
gthr-tpf.h 85 __gthrw(pthread_mutex_trylock)
166 return __gthrw_(pthread_mutex_trylock) (__mutex);
  /src/lib/libpthread/
mtx.c 141 switch(pthread_mutex_trylock(mtx)) {
pthread.h 98 int pthread_mutex_trylock(pthread_mutex_t *);
383 #define pthread_mutex_trylock __libc_mutex_trylock macro
  /src/external/mpl/bind/dist/lib/isc/include/isc/
mutex.h 87 ((pthread_mutex_trylock(mp) == 0) ? ISC_R_SUCCESS : ISC_R_LOCKBUSY)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc 44 if (pthread_mutex_trylock(&incrementer_thread_exit_mutex) == 0) {
133 if (pthread_mutex_trylock(&advanced_incrementer_thread_exit_mutex) == 0) {
  /src/external/bsd/nvi/dist/common/
pthread.c 101 return pthread_mutex_trylock((pthread_mutex_t *)*p);
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
gthr-dce.h 81 __gthrw(pthread_mutex_trylock)
357 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 1)
506 return __gthrw_(pthread_mutex_trylock) (__mutex);
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
gthr-dce.h 81 __gthrw(pthread_mutex_trylock)
357 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 1)
506 return __gthrw_(pthread_mutex_trylock) (__mutex);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) {
59 int res = REAL(pthread_mutex_trylock)(m);
297 INTERCEPT_FUNCTION(pthread_mutex_trylock);
  /src/external/bsd/libevent/dist/
evthread_pthread.c 76 return pthread_mutex_trylock(lock);
  /src/external/bsd/ntp/dist/sntp/libevent/
evthread_pthread.c 75 return pthread_mutex_trylock(lock);
  /src/external/cddl/osnet/dist/head/
thread.h 58 #define mutex_trylock(l) pthread_mutex_trylock(l)
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 123 __gthrw(pthread_mutex_trylock)
585 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 0)
774 return __gthrw_(pthread_mutex_trylock) (__mutex);
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 117 __gthrw(pthread_mutex_trylock)
572 && __gthrw_(pthread_mutex_trylock) ((pthread_mutex_t *) mutex->backend) != 0)
761 return __gthrw_(pthread_mutex_trylock) (__mutex);
  /src/crypto/external/apache2/openssl/dist/crypto/thread/arch/
thread_posix.c 115 if (pthread_mutex_trylock(mutex_p) == EBUSY)
  /src/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/snapshot/
dmeventd_snapshot.c 121 if (pthread_mutex_trylock(&_event_mutex)) {
  /src/lib/librumpuser/
rumpuser_pth.c 201 if (pthread_mutex_trylock(&mtx->pthmtx) != 0)
220 rv = pthread_mutex_trylock(&mtx->pthmtx);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sync/
mutex.d 269 return pthread_mutex_trylock(&m_hndl) == 0;

Completed in 51 milliseconds

1 2 3