Home
last modified time | relevance | path

Searched refs:td_rb_list (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.c4149 (td->td_rb_list != 0 || td->td_rbp_list != 0 || in __umtx_op_robust_lists()
4164 td->td_rb_list = rb.robust_list_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()
4691 umtx_cleanup_rb_list(td, td->td_rb_list, &rb_inact, "", compat32); in umtx_thread_cleanup()
/f-stack/freebsd/sys/
H A Dproc.h328 uintptr_t td_rb_list; /* (k) Robust list head. */ member