HomeSort by: relevance | last modified time | path
    Searched refs:pthread_rwlock_tryrdlock (Results 1 - 17 of 17) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
rwlock.h 108 _ret = pthread_rwlock_tryrdlock(rwl); \
129 pthread_rwlock_tryrdlock, _ret); \
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 114 INTERCEPTOR(int, pthread_rwlock_tryrdlock, pthread_rwlock_t *m) {
116 int res = REAL(pthread_rwlock_tryrdlock)(m);
307 INTERCEPT_FUNCTION(pthread_rwlock_tryrdlock);
  /src/external/cddl/osnet/dist/head/
thread.h 64 #define rw_tryrdlock(l) pthread_rwlock_tryrdlock(l)
  /src/lib/libpthread/
pthread.h 196 int pthread_rwlock_tryrdlock(pthread_rwlock_t *);
426 #define pthread_rwlock_tryrdlock __libc_rwlock_tryrdlock macro
pthread_rwlock.c 78 __strong_alias(__libc_rwlock_tryrdlock,pthread_rwlock_tryrdlock)
247 pthread_rwlock_tryrdlock(pthread_rwlock_t *ptr) function
Makefile 254 MLINKS+= pthread_rwlock.3 pthread_rwlock_tryrdlock.3
  /src/lib/librumpuser/
rumpuser_pth.c 387 if (pthread_rwlock_tryrdlock(&rw->pthrw) != 0)
408 rv = pthread_rwlock_tryrdlock(&rw->pthrw);
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 146 __gthrw(pthread_rwlock_tryrdlock)
918 return __gthrw_(pthread_rwlock_tryrdlock) (__rwlock);
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c 390 return ERRVAL( pthread_rwlock_tryrdlock( rw ) );
  /src/crypto/external/bsd/heimdal/dist/include/
heim_threads.h 123 #define HEIMDAL_RWLOCK_tryrdlock(l) pthread_rwlock_tryrdlock(l)
  /src/external/mpl/dhcp/bind/dist/lib/isc/
rwlock.c 78 ret = pthread_rwlock_tryrdlock(&rwl->rwlock);
  /src/external/mit/libuv/dist/src/unix/
thread.c 410 err = pthread_rwlock_tryrdlock(rwlock);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1348 TSAN_INTERCEPTOR(int, pthread_rwlock_tryrdlock, void *m) {
1349 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_tryrdlock, m);
1350 int res = REAL(pthread_rwlock_tryrdlock)(m);
2711 TSAN_INTERCEPT(pthread_rwlock_tryrdlock);
  /src/external/bsd/unbound/dist/testcode/
checklocks.c 522 { return pthread_rwlock_tryrdlock((pthread_rwlock_t*)arg); }
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1489 TSAN_INTERCEPTOR(int, pthread_rwlock_tryrdlock, void *m) {
1490 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_tryrdlock, m);
1491 int res = REAL(pthread_rwlock_tryrdlock)(m);
2925 TSAN_INTERCEPT(pthread_rwlock_tryrdlock);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1415 TSAN_INTERCEPTOR(int, pthread_rwlock_tryrdlock, void *m) {
1416 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_tryrdlock, m);
1417 int res = REAL(pthread_rwlock_tryrdlock)(m);
2812 TSAN_INTERCEPT(pthread_rwlock_tryrdlock);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d 94 int pthread_rwlock_tryrdlock(pthread_rwlock_t*);
747 int pthread_rwlock_tryrdlock(pthread_rwlock_t*);

Completed in 58 milliseconds