| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| rwlock.h | 80 int _ret = pthread_rwlock_init(rwl, NULL); \ 81 PTHREADS_RUNTIME_CHECK(pthread_rwlock_init, _ret); \
|
| /src/tests/lib/libpthread/ |
| t_rwlock.c | 93 PTHREAD_REQUIRE(pthread_rwlock_init(&lk, NULL));
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| RWMutex.cpp | 48 // Workaround a bug/mis-feature in Darwin's pthread_rwlock_init. 53 int errorcode = pthread_rwlock_init(rwlock, nullptr);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| threads_pthread.c | 34 if (pthread_rwlock_init(lock, NULL) != 0) {
|
| /src/external/cddl/osnet/dist/head/ |
| thread.h | 60 #define rwlock_init(l,f,a) pthread_rwlock_init(l,NULL)
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| threads_pthread.c | 55 if (pthread_rwlock_init(lock, NULL) != 0) {
|
| /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/ |
| test_rwlock_timing.c | 151 err = pthread_rwlock_init(&lock, NULL); 153 fprintf(stderr, "pthread_rwlock_init: (%d) %s\n", err, strerror(err));
|
| test_rwlock.c | 298 err = pthread_rwlock_init(&lock, NULL); 300 fprintf(stderr, "pthread_rwlock_init: (%d) %s\n", err, strerror(err));
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mpfr-thread.h | 122 #define MPFR_LOCK_INIT(_lock) MPFR_LOCK_C(pthread_rwlock_init(&(_lock), NULL))
|
| /src/lib/libpthread/ |
| pthread.h | 194 int pthread_rwlock_init(pthread_rwlock_t * __restrict, 425 #define pthread_rwlock_init __libc_rwlock_init macro
|
| pthread_rwlock.c | 75 __strong_alias(__libc_rwlock_init,pthread_rwlock_init) 92 pthread_rwlock_init(pthread_rwlock_t *ptr, function
|
| /src/external/gpl3/gdb/dist/gnulib/import/glthread/ |
| lock.c | 278 err = pthread_rwlock_init(lock, &attributes); 293 err = pthread_rwlock_init (&lock->rwlock, NULL);
|
| lock.h | 248 # pragma weak pthread_rwlock_init macro 329 (pthread_in_use () ? pthread_rwlock_init (LOCK, NULL) : 0)
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/glthread/ |
| lock.c | 278 err = pthread_rwlock_init(lock, &attributes); 293 err = pthread_rwlock_init (&lock->rwlock, NULL);
|
| lock.h | 248 # pragma weak pthread_rwlock_init macro 329 (pthread_in_use () ? pthread_rwlock_init (LOCK, NULL) : 0)
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| thr_posix.c | 374 return ERRVAL( pthread_rwlock_init( rw, NULL ) );
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| lock.h | 110 # pragma weak pthread_rwlock_init macro 173 if (pthread_in_use () && pthread_rwlock_init (&NAME, NULL) != 0) abort ()
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| lock.h | 109 # pragma weak pthread_rwlock_init macro 172 if (pthread_in_use () && pthread_rwlock_init (&NAME, NULL) != 0) abort ()
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| lock.h | 109 # pragma weak pthread_rwlock_init macro 172 if (pthread_in_use () && pthread_rwlock_init (&NAME, NULL) != 0) abort ()
|
| /src/crypto/external/bsd/heimdal/dist/include/ |
| heim_threads.h | 120 #define HEIMDAL_RWLOCK_init(l) pthread_rwlock_init(l, NULL)
|
| /src/external/mpl/bind/dist/tests/isc/ |
| rwlock_test.c | 99 if (pthread_rwlock_init(&prwlock, NULL) == -1) {
|
| /src/external/bsd/unbound/dist/util/ |
| locks.h | 118 #define lock_rw_init(lock) LOCKRET(pthread_rwlock_init(lock, NULL))
|
| /src/lib/librumpuser/ |
| rumpuser_pth.c | 362 NOFAIL_ERRNO(pthread_rwlock_init(&rw->pthrw, NULL));
|
| /src/sys/lib/libunwind/ |
| AddressSpace.hpp | 68 pthread_rwlock_init(&fdeTreeLock, NULL);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| rwlock.c | 43 REQUIRE(pthread_rwlock_init(&rwl->rwlock, NULL) == 0);
|