Query: stopcpu
OS: ultrix
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
stopcpu(2) System Calls Manual stopcpu(2) Name stopcpu - stop a CPU Syntax stopcpu(cpunumber) int cpunumber; Description The system call stops the CPU specified by cpunumber. Any nid-boot CPU can be stopped using this system call. Only a superuser can execute the system call. Return Values The call returns 0 if the CPU was stopped successfully, or else it returns -1 and sets errno appropriately. Diagnostics [EPERM] The caller is not a superuser [EACCES] Trying to stop boot CPU [EBUSY] The CPU is already stopped or no such CPU present [EINVAL] Invalid value for cpunumber. A value cpunumber is between 0 and 31. See Also startcpu (2), startcpu (8), stopcpu (8) stopcpu(2)
Related Man Pages |
---|
cpu(8) - debian |
cpuset_clr(3) - netbsd |
cpuset_create(3) - netbsd |
cpuset_size(3) - netbsd |
cpuset_zero(3) - netbsd |
Similar Topics in the Unix Linux Community |
---|
How do you detect keystrokes in canonical mode? |
Linux (Ubuntu) = Unix (NOT IMPORTANT - NO RUSH) |
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |