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

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_kern.c157 static void kse_switchout_thread(struct kse *kse, struct pthread *thread);
761 * This has to do the job of kse_switchout_thread(), only
1026 kse_switchout_thread(curkse, curthread);
1628 * The job of kse_switchout_thread() is to handle all of the above.
1631 kse_switchout_thread(struct kse *kse, struct pthread *thread) function

Completed in 58 milliseconds