Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsched.h102 void sched_exit_thread(struct thread *td, struct thread *child);
/freebsd/sys/kern/
H A Dsched_4bsd.c795 sched_exit_thread(FIRST_THREAD_IN_PROC(p), td); in sched_exit()
799 sched_exit_thread(struct thread *td, struct thread *child) in sched_exit_thread() function
H A Dsched_ule.c2636 sched_exit_thread(td, child); in sched_exit()
2646 sched_exit_thread(struct thread *td, struct thread *child) in sched_exit_thread() function
H A Dkern_thread.c975 sched_exit_thread(td2, td); in thread_exit()