Home
last modified time | relevance | path

Searched refs:UMTX_OP_RW_RDLOCK (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/sys/
HDumtx.h73 #define UMTX_OP_RW_RDLOCK 12 macro
/NextBSD/lib/libthr/thread/
HDthr_umtx.c277 return _umtx_op_err(rwlock, UMTX_OP_RW_RDLOCK, flags, (void *)tm_size, tm_p); in __thr_rwlock_rdlock()
/NextBSD/usr.bin/kdump/
HDkdump.c1315 case UMTX_OP_RW_RDLOCK: in ktrsyscall()
/NextBSD/sys/kern/
HDkern_umtx.c3458 [UMTX_OP_RW_RDLOCK] = __umtx_op_rw_rdlock,
3753 [UMTX_OP_RW_RDLOCK] = __umtx_op_rw_rdlock_compat32,
/NextBSD/usr.bin/truss/
HDsyscalls.c673 X(UMTX_OP_RW_RDLOCK) X(UMTX_OP_RW_WRLOCK) X(UMTX_OP_RW_UNLOCK)