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 |
|---|
| remrunqueue(9) - freebsd |
| remrunqueue(9) - debian |
| userret(9) - netbsd |
| procrunnable(9) - freebsd |
| runqueue(9) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| How to install PGX32 on Sparc 10 Ultra? |
| Better to Use Return Code or wc -l Output? |
| RFC - Korn shell prompt |
| Make bold chars in UNIX |