Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDumtx.h103 #define UMTX_OP_ROBUST_LISTS 26 macro
/freebsd-14-stable/lib/libthr/thread/
HDthr_mutex.c232 _umtx_op(NULL, UMTX_OP_ROBUST_LISTS, sizeof(rb), &rb, NULL); in mutex_init_robust()
/freebsd-14-stable/sys/kern/
HDkern_umtx.c4932 [UMTX_OP_ROBUST_LISTS] = __umtx_op_robust_lists,