Lines Matching refs:list
656 rt_list_t *list; in lwp_exit() local
661 while ((list = tid->sibling.prev) != &lwp->t_grp) in lwp_exit()
663 sub_thread = rt_list_entry(list, struct rt_thread, sibling); in lwp_exit()
1058 rt_list_init(&handle->wq_node.list); in _wait_for_event()
1269 struct rt_list_node *node, *list; in list_process() local
1330 list = &lwp->t_grp; in list_process()
1331 for (node = list->next; node != list; node = node->next) in list_process()
1341 MSH_CMD_EXPORT(list_process, list process);
1436 rt_list_t *list; in _wait_sibling_exit() local
1442 for (list = lwp->t_grp.next; list != &lwp->t_grp; list = list->next) in _wait_sibling_exit()
1444 thread = rt_list_entry(list, struct rt_thread, sibling); in _wait_sibling_exit()
1482 rt_list_t *list; in _wait_sibling_exit() local
1486 for (list = curr_thread->sibling.prev; list != &lwp->t_grp; list = list->prev) in _wait_sibling_exit()
1489 sub_thread = rt_list_entry(list, struct rt_thread, sibling); in _wait_sibling_exit()
1504 while ((list = curr_thread->sibling.prev) != &lwp->t_grp) in _wait_sibling_exit()
1506 sub_thread = rt_list_entry(list, struct rt_thread, sibling); in _wait_sibling_exit()