Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Drwlock_ronly.sh77 error = _umtx_op(p, UMTX_OP_RW_RDLOCK, 0, NULL, NULL);
/freebsd/sys/sys/
H A Dumtx.h89 #define UMTX_OP_RW_RDLOCK 12 macro
/freebsd/lib/libthr/thread/
H A Dthr_umtx.c294 return (_umtx_op_err(rwlock, UMTX_OP_RW_RDLOCK, flags, in __thr_rwlock_rdlock()
/freebsd/usr.bin/kdump/
H A Dkdump.c1556 case UMTX_OP_RW_RDLOCK: in ktrsyscall_freebsd()
/freebsd/sys/kern/
H A Dkern_umtx.c4914 [UMTX_OP_RW_RDLOCK] = __umtx_op_rw_rdlock,