Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dumtx.h84 #define UMTX_OP_SET_CEILING 7 macro
/freebsd/lib/libthr/thread/
H A Dthr_umtx.c178 return (_umtx_op_err(mtx, UMTX_OP_SET_CEILING, ceiling, oldceiling, 0)); in __thr_umutex_set_ceiling()
/freebsd/sys/kern/
H A Dkern_umtx.c4896 [UMTX_OP_SET_CEILING] = __umtx_op_set_ceiling,