Home
last modified time | relevance | path

Searched refs:SWT_SUSPEND (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/kern/
HDkern_thread.c990 mi_switch(SW_INVOL | SWT_SUSPEND, NULL); in thread_suspend_check()
1019 mi_switch(SW_VOL | SWT_SUSPEND, NULL); in thread_suspend_switch()
HDkern_switch.c107 &DPCPU_NAME(sched_switch_stats[SWT_SUSPEND]), "");
/NextBSD/sys/sys/
HDproc.h750 #define SWT_SUSPEND 10 /* Thread suspended. */ macro