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

1 2

  /src/external/mpl/bind/dist/lib/isc/include/isc/
rwlock.h 158 int _ret = pthread_rwlock_destroy(rwl); \
159 PTHREADS_RUNTIME_CHECK(pthread_rwlock_destroy, _ret); \
  /src/tests/lib/libpthread/
t_rwlock.c 132 PTHREAD_REQUIRE(pthread_rwlock_destroy(&static_rwlock));
  /src/external/apache2/llvm/dist/llvm/lib/Support/
RWMutex.cpp 66 pthread_rwlock_destroy(rwlock);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_interceptors.cc 100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) {
103 return REAL(pthread_rwlock_destroy)(m);
305 INTERCEPT_FUNCTION(pthread_rwlock_destroy);
  /src/crypto/external/bsd/openssl.old/dist/crypto/
threads_pthread.c 107 pthread_rwlock_destroy(lock);
  /src/external/cddl/osnet/dist/head/
thread.h 61 #define rwlock_destroy(l) pthread_rwlock_destroy(l)
  /src/crypto/external/bsd/openssl/dist/crypto/
threads_pthread.c 143 pthread_rwlock_destroy(lock);
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_rwlock_timing.c 197 err = pthread_rwlock_destroy(&lock);
199 fprintf(stderr, "pthread_rwlock_destroy: (%d) %s\n", err, strerror(err));
test_rwlock.c 348 err = pthread_rwlock_destroy(&lock);
350 fprintf(stderr, "pthread_rwlock_destroy: (%d) %s\n", err, strerror(err));
  /src/external/lgpl3/mpfr/dist/src/
mpfr-thread.h 125 pthread_rwlock_destroy(&(_lock)); \
  /src/lib/libpthread/
pthread.h 194 int pthread_rwlock_destroy(pthread_rwlock_t *);
429 #define pthread_rwlock_destroy __libc_rwlock_destroy macro
pthread_rwlock.c 81 __strong_alias(__libc_rwlock_destroy,pthread_rwlock_destroy)
112 pthread_rwlock_destroy(pthread_rwlock_t *ptr) function
Makefile 247 MLINKS+= pthread_rwlock.3 pthread_rwlock_destroy.3
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_posix.c 380 return ERRVAL( pthread_rwlock_destroy( rw ) );
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.h 114 # pragma weak pthread_rwlock_destroy macro
181 if (pthread_in_use () && pthread_rwlock_destroy (&NAME) != 0) abort ()
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.h 113 # pragma weak pthread_rwlock_destroy macro
180 if (pthread_in_use () && pthread_rwlock_destroy (&NAME) != 0) abort ()
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.h 113 # pragma weak pthread_rwlock_destroy macro
180 if (pthread_in_use () && pthread_rwlock_destroy (&NAME) != 0) abort ()
  /src/external/gpl3/gdb/dist/gnulib/import/glthread/
lock.h 252 # pragma weak pthread_rwlock_destroy macro
344 (pthread_in_use () ? pthread_rwlock_destroy (LOCK) : 0)
lock.c 367 err = pthread_rwlock_destroy (&lock->rwlock);
  /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/
lock.h 252 # pragma weak pthread_rwlock_destroy macro
344 (pthread_in_use () ? pthread_rwlock_destroy (LOCK) : 0)
  /src/crypto/external/bsd/heimdal/dist/include/
heim_threads.h 126 #define HEIMDAL_RWLOCK_destroy(l) pthread_rwlock_destroy(l)
  /src/external/bsd/unbound/dist/util/
locks.h 119 #define lock_rw_destroy(lock) LOCKRET(pthread_rwlock_destroy(lock))
  /src/external/mpl/bind/dist/tests/isc/
rwlock_test.c 108 if (pthread_rwlock_destroy(&prwlock) == -1) {
  /src/common/lib/libprop/
prop_object_impl.h 455 #define _PROP_RWLOCK_DESTROY(x) pthread_rwlock_destroy(&(x))
  /src/lib/librumpuser/
rumpuser_pth.c 470 NOFAIL_ERRNO(pthread_rwlock_destroy(&rw->pthrw));

Completed in 31 milliseconds

1 2