suspendsched(9) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
SUSPENDSCHED(9)        NetBSD 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. NetBSD 7.1_STABLE September 21, 2002 NetBSD 7.1_STABLE
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.