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

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Support/
RWMutex.cpp 96 int errorcode = pthread_rwlock_wrlock(rwlock);
  /src/sys/lib/libunwind/
AddressSpace.hpp 294 pthread_rwlock_wrlock(&fdeTreeLock);
305 pthread_rwlock_wrlock(&fdeTreeLock);
325 pthread_rwlock_wrlock(&fdeTreeLock);
339 pthread_rwlock_wrlock(&fdeTreeLock);
372 pthread_rwlock_wrlock(&fdeTreeLock);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 131 INTERCEPTOR(int, pthread_rwlock_wrlock, pthread_rwlock_t *m) {
134 int res = REAL(pthread_rwlock_wrlock)(m);
309 INTERCEPT_FUNCTION(pthread_rwlock_wrlock);
  /src/crypto/external/bsd/openssl.old/dist/crypto/
threads_pthread.c 78 if (pthread_rwlock_wrlock(lock) != 0)
  /src/external/cddl/osnet/dist/head/
thread.h 63 #define rw_wrlock(l) pthread_rwlock_wrlock(l)
  /src/crypto/external/bsd/openssl/dist/crypto/
threads_pthread.c 110 if (pthread_rwlock_wrlock(lock) != 0)
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_rwlock_timing.c 110 ret = pthread_rwlock_wrlock(&lock);
112 fprintf(stderr, "writer pthread_rwlock_wrlock: %s\n", strerror(ret));
test_rwlock.c 171 ret = pthread_rwlock_wrlock(&lock);
173 fprintf(stderr, "writer pthread_rwlock_wrlock: %s\n", strerror(ret));
  /src/external/lgpl3/mpfr/dist/src/
mpfr-thread.h 130 #define MPFR_LOCK_WRITE(_lock) MPFR_LOCK_C(pthread_rwlock_wrlock(&(_lock)))
  /src/external/mpl/bind/dist/lib/isc/include/isc/
rwlock.h 93 _ret = pthread_rwlock_wrlock(rwl); \
  /src/lib/libpthread/
pthread.h 197 int pthread_rwlock_wrlock(pthread_rwlock_t *);
425 #define pthread_rwlock_wrlock __libc_rwlock_wrlock macro
pthread_rwlock.c 77 __strong_alias(__libc_rwlock_wrlock,pthread_rwlock_wrlock)
420 pthread_rwlock_wrlock(pthread_rwlock_t *ptr) function
Makefile 249 MLINKS+= pthread_rwlock.3 pthread_rwlock_wrlock.3
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 147 __gthrw(pthread_rwlock_wrlock)
927 return __gthrw_(pthread_rwlock_wrlock) (__rwlock);
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c 400 return ERRVAL( pthread_rwlock_wrlock( rw ) );
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.h 112 # pragma weak pthread_rwlock_wrlock macro
177 if (pthread_in_use () && pthread_rwlock_wrlock (&NAME) != 0) abort ()
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.h 111 # pragma weak pthread_rwlock_wrlock macro
176 if (pthread_in_use () && pthread_rwlock_wrlock (&NAME) != 0) abort ()
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.h 111 # pragma weak pthread_rwlock_wrlock macro
176 if (pthread_in_use () && pthread_rwlock_wrlock (&NAME) != 0) abort ()
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.h 250 # pragma weak pthread_rwlock_wrlock macro
340 (pthread_in_use () ? pthread_rwlock_wrlock (LOCK) : 0)
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.h 250 # pragma weak pthread_rwlock_wrlock macro
340 (pthread_in_use () ? pthread_rwlock_wrlock (LOCK) : 0)
  /src/crypto/external/bsd/heimdal/dist/include/
heim_threads.h 122 #define HEIMDAL_RWLOCK_wrlock(l) pthread_rwlock_wrlock(l)
  /src/external/bsd/unbound/dist/util/
locks.h 121 #define lock_rw_wrlock(lock) LOCKRET(pthread_rwlock_wrlock(lock))
  /src/external/mpl/bind/dist/tests/isc/
rwlock_test.c 213 pthread_rwlock_wrlock(&prwlock);
  /src/common/lib/libprop/
prop_object_impl.h 453 #define _PROP_RWLOCK_WRLOCK(x) pthread_rwlock_wrlock(&(x))
  /src/lib/librumpuser/
rumpuser_pth.c 383 pthread_rwlock_wrlock(&rw->pthrw)));

Completed in 49 milliseconds

1 2