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

/freebsd-9.3-release/sys/sys/
H A Dsched.h92 void sched_exit_thread(struct thread *td, struct thread *child);
/freebsd-9.3-release/sys/kern/
H A Dsched_4bsd.c767 sched_exit_thread(FIRST_THREAD_IN_PROC(p), td);
771 sched_exit_thread(struct thread *td, struct thread *child) function
H A Dkern_thread.c439 sched_exit_thread(td2, td);
H A Dsched_ule.c2079 sched_exit_thread(td, child);
2089 sched_exit_thread(struct thread *td, struct thread *child) function
2378 * exit by calling sched_exit_thread() and sched_throw() themselves.

Completed in 114 milliseconds