Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDumtx.h68 #define UMTX_OP_SET_CEILING 7 macro
/trueos/lib/libthr/thread/
HDthr_umtx.c170 return _umtx_op_err(mtx, UMTX_OP_SET_CEILING, ceiling, oldceiling, 0); in __thr_umutex_set_ceiling()
/trueos/usr.bin/truss/
HDsyscalls.c425 X(UMTX_OP_MUTEX_UNLOCK) X(UMTX_OP_SET_CEILING) X(UMTX_OP_CV_WAIT)