Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thr.c241 newtd->td_rb_list = newtd->td_rbp_list = newtd->td_rb_inact = 0; in thread_create()
H A Dkern_umtx.c4150 td->td_rb_inact != 0)) in __umtx_op_robust_lists()
4166 td->td_rb_inact = rb.robust_inact_offset; in __umtx_op_robust_lists()
4549 td->td_rb_list = td->td_rbp_list = td->td_rb_inact = 0; in umtx_exec()
4680 if (td->td_rb_inact == 0 && td->td_rb_list == 0 && td->td_rbp_list == 0) in umtx_thread_cleanup()
4688 rb_inact = td->td_rb_inact; in umtx_thread_cleanup()
/f-stack/freebsd/sys/
H A Dproc.h330 uintptr_t td_rb_inact; /* (k) Current in-action mutex loc. */ member