Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dsh.c2438 static int free_process(struct sh_process *pp) in free_process() function
3449 llist_traverse(pplist, (void *)free_process); in run_lines()
3468 llist_traverse(pplist, (void *)free_process); in run_lines()
4164 if (FLAG(n)) toys.exitval = free_process(wait_job(-1, 0)); in wait_main()
4180 toys.exitval = free_process(pp); in wait_main()