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

1 2

  /src/tests/lib/libpthread/
t_rwlock.c 94 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&lk));
95 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&lk));
130 PTHREAD_REQUIRE(pthread_rwlock_rdlock(&static_rwlock));
  /src/external/mpl/bind/dist/lib/isc/include/isc/
rwlock.h 89 _ret = pthread_rwlock_rdlock(rwl); \
90 PTHREADS_RUNTIME_CHECK(pthread_rwlock_rdlock, _ret); \
  /src/external/apache2/llvm/dist/llvm/lib/Support/
RWMutex.cpp 76 int errorcode = pthread_rwlock_rdlock(rwlock);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) {
109 int res = REAL(pthread_rwlock_rdlock)(m);
306 INTERCEPT_FUNCTION(pthread_rwlock_rdlock);
  /src/crypto/external/bsd/openssl.old/dist/crypto/
threads_pthread.c 65 if (pthread_rwlock_rdlock(lock) != 0)
  /src/external/cddl/osnet/dist/head/
thread.h 62 #define rw_rdlock(l) pthread_rwlock_rdlock(l)
  /src/crypto/external/bsd/openssl/dist/crypto/
threads_pthread.c 95 if (pthread_rwlock_rdlock(lock) != 0)
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_rwlock_timing.c 70 ret = pthread_rwlock_rdlock(&lock);
72 fprintf(stderr, "reader pthread_rwlock_rdlock: %s\n", strerror(ret));
test_rwlock.c 126 ret = pthread_rwlock_rdlock(&lock);
128 fprintf(stderr, "reader pthread_rwlock_rdlock: %s\n", strerror(ret));
  /src/external/lgpl3/mpfr/dist/src/
mpfr-thread.h 128 #define MPFR_LOCK_READ(_lock) MPFR_LOCK_C(pthread_rwlock_rdlock(&(_lock)))
  /src/lib/libpthread/
pthread.h 195 int pthread_rwlock_rdlock(pthread_rwlock_t *);
424 #define pthread_rwlock_rdlock __libc_rwlock_rdlock macro
pthread_rwlock.c 76 __strong_alias(__libc_rwlock_rdlock,pthread_rwlock_rdlock)
397 pthread_rwlock_rdlock(pthread_rwlock_t *ptr) function
Makefile 248 MLINKS+= pthread_rwlock.3 pthread_rwlock_rdlock.3
  /src/lib/librumpuser/
rumpuser_pth.c 389 pthread_rwlock_rdlock(&rw->pthrw)));
450 KLOCK_WRAP(NOFAIL_ERRNO(pthread_rwlock_rdlock(&rw->pthrw)));
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 145 __gthrw(pthread_rwlock_rdlock)
909 return __gthrw_(pthread_rwlock_rdlock) (__rwlock);
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c 385 return ERRVAL( pthread_rwlock_rdlock( rw ) );
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.h 111 # pragma weak pthread_rwlock_rdlock macro
175 if (pthread_in_use () && pthread_rwlock_rdlock (&NAME) != 0) abort ()
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.h 110 # pragma weak pthread_rwlock_rdlock macro
174 if (pthread_in_use () && pthread_rwlock_rdlock (&NAME) != 0) abort ()
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.h 110 # pragma weak pthread_rwlock_rdlock macro
174 if (pthread_in_use () && pthread_rwlock_rdlock (&NAME) != 0) abort ()
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.h 249 # pragma weak pthread_rwlock_rdlock macro
338 (pthread_in_use () ? pthread_rwlock_rdlock (LOCK) : 0)
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.h 249 # pragma weak pthread_rwlock_rdlock macro
338 (pthread_in_use () ? pthread_rwlock_rdlock (LOCK) : 0)
  /src/crypto/external/bsd/heimdal/dist/include/
heim_threads.h 121 #define HEIMDAL_RWLOCK_rdlock(l) pthread_rwlock_rdlock(l)
  /src/external/bsd/unbound/dist/util/
locks.h 120 #define lock_rw_rdlock(lock) LOCKRET(pthread_rwlock_rdlock(lock))
  /src/external/mpl/bind/dist/tests/isc/
rwlock_test.c 219 pthread_rwlock_rdlock(&prwlock);
  /src/common/lib/libprop/
prop_object_impl.h 452 #define _PROP_RWLOCK_RDLOCK(x) pthread_rwlock_rdlock(&(x))

Completed in 55 milliseconds

1 2