Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_thr.c239 newtd->td_rb_list = newtd->td_rbp_list = newtd->td_rb_inact = 0; in thread_create()
H A Dkern_umtx.c4651 (td->td_rb_list != 0 || td->td_rbp_list != 0 || in __umtx_op_robust_lists()
4666 td->td_rb_list = rb.robust_list_offset; in __umtx_op_robust_lists()
5095 td->td_rb_list = td->td_rbp_list = td->td_rb_inact = 0; in umtx_exec()
5228 if (td->td_rb_inact == 0 && td->td_rb_list == 0 && td->td_rbp_list == 0) in umtx_thread_cleanup()
5239 umtx_cleanup_rb_list(td, td->td_rb_list, &rb_inact, "", compat32); in umtx_thread_cleanup()
/freebsd/sys/sys/
H A Dproc.h336 uintptr_t td_rb_list; /* (k) Robust list head. */ member