Searched refs:sched_exit_thread (Results 1 – 4 of 4) sorted by relevance
92 void sched_exit_thread(struct thread *td, struct thread *child);
767 sched_exit_thread(FIRST_THREAD_IN_PROC(p), td); in sched_exit()771 sched_exit_thread(struct thread *td, struct thread *child) in sched_exit_thread() function
2460 sched_exit_thread(td, child); in sched_exit()2470 sched_exit_thread(struct thread *td, struct thread *child) in sched_exit_thread() function
927 sched_exit_thread(td2, td); in thread_exit()