Searched refs:rw_unlock (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dsender.c313 rw_unlock(&adist_remote_lock);
329 rw_unlock(&adist_remote_lock);
340 rw_unlock(&adist_remote_lock);
502 rw_unlock(&adist_remote_lock);
505 rw_unlock(&adist_remote_lock);
563 rw_unlock(&adist_remote_lock);
573 rw_unlock(&adist_remote_lock);
614 rw_unlock(&adist_remote_lock);
619 rw_unlock(&adist_remote_lock);
624 rw_unlock(
[all...]
H A Dsynch.h129 rw_unlock(pthread_rwlock_t *lock) function
/freebsd-10-stable/sbin/hastd/
H A Dsynch.h129 rw_unlock(pthread_rwlock_t *lock) function
H A Dprimary.c1148 rw_unlock(&hio_remote_lock[ncomp]);
1164 rw_unlock(&hio_remote_lock[ncomp]);
1206 rw_unlock(&hio_remote_lock[ncomp]);
1511 rw_unlock(&hio_remote_lock[ncomp]);
1521 rw_unlock(&hio_remote_lock[ncomp]);
1528 rw_unlock(&hio_remote_lock[ncomp]);
1536 rw_unlock(&hio_remote_lock[ncomp]);
1626 rw_unlock(&hio_remote_lock[ncomp]);
1646 rw_unlock(&hio_remote_lock[ncomp]);
1654 rw_unlock(
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/head/
H A Dsynch.h119 int rw_unlock(rwlock_t *);
H A Dthread.h62 #define rw_unlock(l) pthread_rwlock_unlock(l) macro
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c2236 (void) rw_unlock(&ztest_name_lock);
2245 (void) rw_unlock(&zd->zd_zilog_lock);
2316 (void) rw_unlock(&zd->zd_zilog_lock);
2345 (void) rw_unlock(&zd->zd_zilog_lock);
2389 (void) rw_unlock(&ztest_name_lock);
2542 VERIFY(rw_unlock(&ztest_name_lock) == 0);
2731 (void) rw_unlock(&ztest_name_lock);
3321 (void) rw_unlock(&ztest_name_lock);
3369 (void) rw_unlock(&ztest_name_lock);
3381 (void) rw_unlock(
[all...]
/freebsd-10-stable/crypto/openssl/crypto/threads/
H A Dth-lock.c237 rw_unlock(&(lock_cs[type]));
/freebsd-10-stable/contrib/unbound/util/
H A Dlocks.h175 #define lock_rw_unlock(lock) LOCKRET(rw_unlock(lock))
/freebsd-10-stable/sys/sys/
H A Drwlock.h204 #define rw_unlock(rw) do { \ macro
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c240 VERIFY(rw_unlock(&rwlp->rw_lock) == 0);
/freebsd-10-stable/sys/kern/
H A Dkern_resource.c1301 rw_unlock(&uihashtbl_lock);
/freebsd-10-stable/share/man/man9/
H A DMakefile1138 rwlock.9 rw_unlock.9 \

Completed in 135 milliseconds