Home
last modified time | relevance | path

Searched refs:rw_unlock (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
Dsender.c313 rw_unlock(&adist_remote_lock); in sender_connect()
329 rw_unlock(&adist_remote_lock); in sender_disconnect()
340 rw_unlock(&adist_remote_lock); in sender_disconnect()
495 rw_unlock(&adist_remote_lock); in keepalive_send()
498 rw_unlock(&adist_remote_lock); in keepalive_send()
553 rw_unlock(&adist_remote_lock); in send_thread()
563 rw_unlock(&adist_remote_lock); in send_thread()
603 rw_unlock(&adist_remote_lock); in recv_thread()
609 rw_unlock(&adist_remote_lock); in recv_thread()
614 rw_unlock(&adist_remote_lock); in recv_thread()
[all …]
Dsynch.h129 rw_unlock(pthread_rwlock_t *lock) in rw_unlock() function
/freebsd-12-stable/sbin/hastd/
Dprimary.c1149 rw_unlock(&hio_remote_lock[ncomp]); in remote_close()
1165 rw_unlock(&hio_remote_lock[ncomp]); in remote_close()
1207 rw_unlock(&hio_remote_lock[ncomp]); in write_complete()
1512 rw_unlock(&hio_remote_lock[ncomp]); in keepalive_send()
1522 rw_unlock(&hio_remote_lock[ncomp]); in keepalive_send()
1529 rw_unlock(&hio_remote_lock[ncomp]); in keepalive_send()
1537 rw_unlock(&hio_remote_lock[ncomp]); in keepalive_send()
1627 rw_unlock(&hio_remote_lock[ncomp]); in remote_send_thread()
1647 rw_unlock(&hio_remote_lock[ncomp]); in remote_send_thread()
1655 rw_unlock(&hio_remote_lock[ncomp]); in remote_send_thread()
[all …]
Dsynch.h131 rw_unlock(pthread_rwlock_t *lock) __unlocks(*lock) in rw_unlock() function
/freebsd-12-stable/sys/contrib/vchiq/interface/compat/
Dvchi_bsd.h174 #define read_unlock(rwlock) rw_unlock(rwlock)
177 #define write_unlock(rwlock) rw_unlock(rwlock)
184 rw_unlock(rwlock)
187 #define read_unlock_bh(rwlock) rw_unlock(rwlock)
189 #define write_unlock_bh(rwlock) rw_unlock(rwlock)
/freebsd-12-stable/cddl/contrib/opensolaris/head/
Dthread.h62 #define rw_unlock(l) pthread_rwlock_unlock(l) macro
Dsynch.h119 int rw_unlock(rwlock_t *);
/freebsd-12-stable/contrib/unbound/util/
Dlocks.h192 #define lock_rw_unlock(lock) LOCKRET(rw_unlock(lock))
/freebsd-12-stable/sys/sys/
Drwlock.h235 #define rw_unlock(rw) do { \ macro
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
Dkernel.c247 VERIFY(rw_unlock(&rwlp->rw_lock) == 0); in rw_exit()
/freebsd-12-stable/share/man/man9/
DMakefile1788 rwlock.9 rw_unlock.9 \