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

/freebsd-13-stable/sys/sys/
H A Dsched.h94 void sched_exit_thread(struct thread *td, struct thread *child);
/freebsd-13-stable/sys/kern/
H A Dsched_4bsd.c762 sched_exit_thread(FIRST_THREAD_IN_PROC(p), td);
766 sched_exit_thread(struct thread *td, struct thread *child) function
H A Dsched_ule.c2329 sched_exit_thread(td, child);
2339 sched_exit_thread(struct thread *td, struct thread *child) function
2630 * exit by calling sched_exit_thread() and sched_throw() themselves.
H A Dkern_thread.c922 sched_exit_thread(td2, td);

Completed in 78 milliseconds