Query: suspendsched
OS: netbsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SUSPENDSCHED(9) BSD Kernel Developer's Manual SUSPENDSCHED(9)NAMEsuspendsched -- suspend the schedulerSYNOPSIS#include <sys/proc.h> #include <sys/sched.h> void suspendsched(void);DESCRIPTIONThe suspendsched() function suspends the operation of the scheduler by stopping all non-system processes which are on the run queue or the sleep queue. The suspendsched() function must not be called with the scheduler lock held.BSDSeptember 21, 2002 BSD
Related Man Pages |
---|
sched_4bsd(4) - debian |
procrunnable(9) - debian |
remrunqueue(9) - debian |
setrunqueue(9) - debian |
setrunqueue(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
sorting left-justified numeric values |
Better to Use Return Code or wc -l Output? |
RFC - Korn shell prompt |
Grep command to show the number of results |