Searched refs:first_child (Results 1 – 3 of 3) sorted by relevance
282 child->sibling = parent->first_child; in lwp_children_register()283 parent->first_child = child; in lwp_children_register()302 lwp_node = &parent->first_child; in lwp_children_unregister()
945 child = self_lwp->first_child; in _reap_any_child_pid()1580 while (lwp->first_child) in _resr_cleanup()1584 child = lwp->first_child; in _resr_cleanup()1585 lwp->first_child = child->sibling; in _resr_cleanup()
149 struct rt_lwp *first_child; /* first child process */ member
Completed in 10 milliseconds