Searched refs:pthread_rwlock_unlock (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessRunLock.cpp29 ::pthread_rwlock_unlock(&m_rwlock);
34 return ::pthread_rwlock_unlock(&m_rwlock) == 0;
40 ::pthread_rwlock_unlock(&m_rwlock);
50 ::pthread_rwlock_unlock(&m_rwlock);
59 ::pthread_rwlock_unlock(&m_rwlock);
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_lock.h35 pthread_rwlock_unlock(lock);
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRWMutex.hpp67 bool unlock_shared() { return pthread_rwlock_unlock(&_lock) == 0; }
69 bool unlock() { return pthread_rwlock_unlock(&_lock) == 0; }
85 pthread_rwlock_unlock(pthread_rwlock_t *lock);
97 return !pthread_create || (pthread_rwlock_unlock(&_lock) == 0);
103 return !pthread_create || (pthread_rwlock_unlock(&_lock) == 0);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_rwlock.c96 PTHREAD_REQUIRE(pthread_rwlock_unlock(&lk));
107 PTHREAD_REQUIRE(pthread_rwlock_unlock(&lk));
131 PTHREAD_REQUIRE(pthread_rwlock_unlock(&static_rwlock));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DRWMutex.cpp86 int errorcode = pthread_rwlock_unlock(rwlock);
106 int errorcode = pthread_rwlock_unlock(rwlock);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dmem.c135 perror = pthread_rwlock_unlock(&mmio_rwlock);
190 perror = pthread_rwlock_unlock(&mmio_rwlock);
211 perror = pthread_rwlock_unlock(&mmio_rwlock);
218 perror = pthread_rwlock_unlock(&mmio_rwlock);
313 perror = pthread_rwlock_unlock(&mmio_rwlock);
358 perror = pthread_rwlock_unlock(&mmio_rwlock);
/freebsd-13-stable/contrib/lib9p/
H A Dhashtable.h89 return (pthread_rwlock_unlock(&h->ht_rwlock));
/freebsd-13-stable/contrib/ofed/opensm/include/complib/
H A Dcl_passivelock.h306 status = pthread_rwlock_unlock(&p_lock->lock);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp155 INTERCEPTOR(int, pthread_rwlock_unlock, pthread_rwlock_t *m) {
158 return REAL(pthread_rwlock_unlock)(m);
311 INTERCEPT_FUNCTION(pthread_rwlock_unlock);
/freebsd-13-stable/crypto/openssl/crypto/
H A Dthreads_pthread.c91 if (pthread_rwlock_unlock(lock) != 0)
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dthread.h62 #define rw_unlock(l) pthread_rwlock_unlock(l)
/freebsd-13-stable/contrib/apr/locks/unix/
H A Dthread_rwlock.c126 stat = pthread_rwlock_unlock(&rwlock->rwlock);
/freebsd-13-stable/crypto/heimdal/include/
H A Dheim_threads.h102 #define HEIMDAL_RWLOCK_unlock(l) pthread_rwlock_unlock(l)
/freebsd-13-stable/sbin/hastd/
H A Dsynch.h135 error = pthread_rwlock_unlock(lock);
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h133 error = pthread_rwlock_unlock(lock);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h183 #define pthread_rwlock_unlock _pthread_rwlock_unlock macro
H A Dun-namespace.h164 #undef pthread_rwlock_unlock macro
/freebsd-13-stable/include/
H A Dpthread.h268 int pthread_rwlock_unlock(pthread_rwlock_t * __rwlock)
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_rwlock.c55 __weak_reference(_Tthr_rwlock_unlock, pthread_rwlock_unlock);
/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.h121 #define lock_rw_unlock(lock) LOCKRET(pthread_rwlock_unlock(lock))
/freebsd-13-stable/sys/contrib/openzfs/cmd/ztest/
H A Dztest.c2810 (void) pthread_rwlock_unlock(&ztest_name_lock);
2819 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock);
2892 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock);
2928 (void) pthread_rwlock_unlock(&zd->zd_zilog_lock);
2993 (void) pthread_rwlock_unlock(&ztest_name_lock);
3258 pthread_rwlock_unlock(&ztest_name_lock);
3567 (void) pthread_rwlock_unlock(&ztest_name_lock);
4415 (void) pthread_rwlock_unlock(&ztest_name_lock);
4429 (void) pthread_rwlock_unlock(&ztest_name_lock);
4584 (void) pthread_rwlock_unlock(
[all...]
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c251 STUB_FUNC1(pthread_rwlock_unlock, PJT_RWLOCK_UNLOCK, int, void *)
/freebsd-13-stable/usr.sbin/nscd/
H A Dconfig.c457 pthread_rwlock_unlock(&config->rwlock);
/freebsd-13-stable/share/man/man3/
H A DMakefile427 pthread_rwlock_unlock.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1394 TSAN_INTERCEPTOR(int, pthread_rwlock_unlock, void *m) {
1395 SCOPED_TSAN_INTERCEPTOR(pthread_rwlock_unlock, m);
1397 int res = REAL(pthread_rwlock_unlock)(m);
2707 TSAN_INTERCEPT(pthread_rwlock_unlock);

Completed in 309 milliseconds

12