Home
last modified time | relevance | path

Searched refs:UMTX_OP_RW_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dumtx.h91 #define UMTX_OP_RW_UNLOCK 14 macro
/freebsd/lib/libthr/thread/
H A Dthr_umtx.c322 return (_umtx_op_err(rwlock, UMTX_OP_RW_UNLOCK, 0, NULL, NULL)); in __thr_rwlock_unlock()
/freebsd/sys/kern/
H A Dkern_umtx.c4903 [UMTX_OP_RW_UNLOCK] = __umtx_op_rw_unlock,