suspendsched(9) netbsd man page | unix.com

Man Page: suspendsched

Operating Environment: netbsd

Section: 9

SUSPENDSCHED(9) 					   BSD Kernel Developer's Manual					   SUSPENDSCHED(9)

NAME
suspendsched -- suspend the scheduler
SYNOPSIS
#include <sys/proc.h> #include <sys/sched.h> void suspendsched(void);
DESCRIPTION
The 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.
BSD
September 21, 2002 BSD
Related Man Pages
chooseproc(9) - debian
remrunqueue(9) - debian
runqueue(9) - freebsd
setrunqueue(9) - freebsd
runqueue(9) - hpux
Similar Topics in the Unix Linux Community
Memory Leaks
Better to Use Return Code or wc -l Output?
Vm versus physical linux server
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD
Grep command to show the number of results