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

1 2

  /src/tests/lib/libpthread/
t_rwlock.c 96 PTHREAD_REQUIRE(pthread_rwlock_unlock(&lk));
107 PTHREAD_REQUIRE(pthread_rwlock_unlock(&lk));
131 PTHREAD_REQUIRE(pthread_rwlock_unlock(&static_rwlock));
  /src/external/apache2/llvm/dist/llvm/lib/Support/
RWMutex.cpp 86 int errorcode = pthread_rwlock_unlock(rwlock);
106 int errorcode = pthread_rwlock_unlock(rwlock);
  /src/sys/lib/libunwind/
AddressSpace.hpp 249 pthread_rwlock_unlock(&fdeTreeLock);
296 pthread_rwlock_unlock(&fdeTreeLock);
300 pthread_rwlock_unlock(&fdeTreeLock);
308 pthread_rwlock_unlock(&fdeTreeLock);
320 pthread_rwlock_unlock(&fdeTreeLock);
329 pthread_rwlock_unlock(&fdeTreeLock);
335 pthread_rwlock_unlock(&fdeTreeLock);
341 pthread_rwlock_unlock(&fdeTreeLock);
375 pthread_rwlock_unlock(&fdeTreeLock);
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_rwlock_timing.c 78 ret = pthread_rwlock_unlock(&lock);
80 fprintf(stderr, "reader pthread_rwlock_unlock: %s\n", strerror(ret));
118 ret = pthread_rwlock_unlock(&lock);
120 fprintf(stderr, "writer pthread_rwlock_unlock: %s\n", strerror(ret));
test_rwlock.c 137 ret = pthread_rwlock_unlock(&lock);
139 fprintf(stderr, "reader pthread_rwlock_unlock: %s\n", strerror(ret));
182 ret = pthread_rwlock_unlock(&lock);
184 fprintf(stderr, "writer pthread_rwlock_unlock: %s\n", strerror(ret));
  /src/external/lgpl3/mpfr/dist/src/
mpfr-thread.h 129 #define MPFR_UNLOCK_READ(_lock) MPFR_LOCK_C(pthread_rwlock_unlock(&(_lock)))
131 #define MPFR_UNLOCK_WRITE(_lock) MPFR_LOCK_C(pthread_rwlock_unlock(&(_lock)))
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 156 INTERCEPTOR(int, pthread_rwlock_unlock, pthread_rwlock_t *m) {
159 return REAL(pthread_rwlock_unlock)(m);
312 INTERCEPT_FUNCTION(pthread_rwlock_unlock);
  /src/crypto/external/bsd/openssl.old/dist/crypto/
threads_pthread.c 91 if (pthread_rwlock_unlock(lock) != 0)
  /src/external/cddl/osnet/dist/head/
thread.h 66 #define rw_unlock(l) pthread_rwlock_unlock(l)
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c 395 return ERRVAL( pthread_rwlock_unlock( rw ) );
410 return ERRVAL( pthread_rwlock_unlock( rw ) );
  /src/crypto/external/bsd/openssl/dist/crypto/
threads_pthread.c 125 if (pthread_rwlock_unlock(lock) != 0)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
rwlock.h 145 int _ret = pthread_rwlock_unlock(rwl); \
  /src/external/mpl/bind/dist/tests/isc/
rwlock_test.c 220 pthread_rwlock_unlock(&prwlock);
224 pthread_rwlock_unlock(&prwlock);
  /src/lib/libpthread/
pthread.h 207 int pthread_rwlock_unlock(pthread_rwlock_t *);
430 #define pthread_rwlock_unlock __libc_rwlock_unlock macro
pthread_rwlock.c 80 __strong_alias(__libc_rwlock_unlock,pthread_rwlock_unlock)
444 pthread_rwlock_unlock(pthread_rwlock_t *ptr) function
  /src/lib/librumpuser/
rumpuser_pth.c 300 pthread_rwlock_unlock(&rw->pthrw);
463 NOFAIL_ERRNO(pthread_rwlock_unlock(&rw->pthrw));
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 149 __gthrw(pthread_rwlock_unlock)
945 return __gthrw_(pthread_rwlock_unlock) (__rwlock);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
rwlock.c 58 REQUIRE(pthread_rwlock_unlock(&rwl->rwlock) ==
106 REQUIRE(pthread_rwlock_unlock(&rwl->rwlock) == 0);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.h 113 # pragma weak pthread_rwlock_unlock macro
179 if (pthread_in_use () && pthread_rwlock_unlock (&NAME) != 0) abort ()
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.h 112 # pragma weak pthread_rwlock_unlock macro
178 if (pthread_in_use () && pthread_rwlock_unlock (&NAME) != 0) abort ()
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.h 112 # pragma weak pthread_rwlock_unlock macro
178 if (pthread_in_use () && pthread_rwlock_unlock (&NAME) != 0) abort ()
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.h 251 # pragma weak pthread_rwlock_unlock macro
342 (pthread_in_use () ? pthread_rwlock_unlock (LOCK) : 0)
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.h 251 # pragma weak pthread_rwlock_unlock macro
342 (pthread_in_use () ? pthread_rwlock_unlock (LOCK) : 0)
  /src/external/mit/libuv/dist/src/unix/
thread.c 422 if (pthread_rwlock_unlock(rwlock))
448 if (pthread_rwlock_unlock(rwlock))
  /src/crypto/external/bsd/heimdal/dist/include/
heim_threads.h 125 #define HEIMDAL_RWLOCK_unlock(l) pthread_rwlock_unlock(l)

Completed in 58 milliseconds

1 2