Searched refs:td_rb_inact (Results 1 – 3 of 3) sorted by relevance
239 newtd->td_rb_list = newtd->td_rbp_list = newtd->td_rb_inact = 0; in thread_create()
4665 td->td_rb_inact != 0)) in __umtx_op_robust_lists()4681 td->td_rb_inact = rb.robust_inact_offset; in __umtx_op_robust_lists()5108 td->td_rb_list = td->td_rbp_list = td->td_rb_inact = 0; in umtx_exec()5241 if (td->td_rb_inact == 0 && td->td_rb_list == 0 && td->td_rbp_list == 0) in umtx_thread_cleanup()5249 rb_inact = td->td_rb_inact; in umtx_thread_cleanup()
338 uintptr_t td_rb_inact; /* (k) Current in-action mutex loc. */ member