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

  /src/external/mpl/bind/dist/lib/isc/include/isc/
rwlock.h 111 _ret = pthread_rwlock_trywrlock(rwl); \
133 pthread_rwlock_trywrlock, _ret); \
  /src/tests/lib/libpthread/
t_rwlock.c 98 ATF_REQUIRE_EQ(pthread_rwlock_trywrlock(&lk), EBUSY);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 139 INTERCEPTOR(int, pthread_rwlock_trywrlock, pthread_rwlock_t *m) {
141 int res = REAL(pthread_rwlock_trywrlock)(m);
310 INTERCEPT_FUNCTION(pthread_rwlock_trywrlock);
  /src/external/cddl/osnet/dist/head/
thread.h 65 #define rw_trywrlock(l) pthread_rwlock_trywrlock(l)
  /src/lib/libpthread/
pthread.h 200 int pthread_rwlock_trywrlock(pthread_rwlock_t *);
429 #define pthread_rwlock_trywrlock __libc_rwlock_trywrlock macro
pthread_rwlock.c 79 __strong_alias(__libc_rwlock_trywrlock,pthread_rwlock_trywrlock)
368 pthread_rwlock_trywrlock(pthread_rwlock_t *ptr) function
Makefile 255 MLINKS+= pthread_rwlock.3 pthread_rwlock_trywrlock.3
  /src/lib/librumpuser/
rumpuser_pth.c 381 if (pthread_rwlock_trywrlock(&rw->pthrw) != 0)
403 rv = pthread_rwlock_trywrlock(&rw->pthrw);
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 148 __gthrw(pthread_rwlock_trywrlock)
936 return __gthrw_(pthread_rwlock_trywrlock) (__rwlock);
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c 405 return ERRVAL( pthread_rwlock_trywrlock( rw ) );
  /src/crypto/external/bsd/heimdal/dist/include/
heim_threads.h 124 #define HEIMDAL_RWLOCK_trywrlock(l) pthread_rwlock_trywrlock(l)
  /src/external/mpl/dhcp/bind/dist/lib/isc/
rwlock.c 81 ret = pthread_rwlock_trywrlock(&rwl->rwlock);
  /src/external/mit/libuv/dist/src/unix/
thread.c 436 err = pthread_rwlock_trywrlock(rwlock);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1378 TSAN_INTERCEPTOR(int, pthread_rwlock_trywrlock, void *m) {
1379 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_trywrlock, m);
1380 int res = REAL(pthread_rwlock_trywrlock)(m);
2714 TSAN_INTERCEPT(pthread_rwlock_trywrlock);
  /src/external/bsd/unbound/dist/testcode/
checklocks.c 545 { return pthread_rwlock_trywrlock((pthread_rwlock_t*)arg); }
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1519 TSAN_INTERCEPTOR(int, pthread_rwlock_trywrlock, void *m) {
1520 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_trywrlock, m);
1521 int res = REAL(pthread_rwlock_trywrlock)(m);
2928 TSAN_INTERCEPT(pthread_rwlock_trywrlock);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1445 TSAN_INTERCEPTOR(int, pthread_rwlock_trywrlock, void *m) {
1446 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_trywrlock, m);
1447 int res = REAL(pthread_rwlock_trywrlock)(m);
2815 TSAN_INTERCEPT(pthread_rwlock_trywrlock);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d 95 int pthread_rwlock_trywrlock(pthread_rwlock_t*);
748 int pthread_rwlock_trywrlock(pthread_rwlock_t*);

Completed in 35 milliseconds