stopcpu.2

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2 代码 · 共 42 行

2
42
字号
.TH stopcpu 2 .SH Namestopcpu \- stop a CPU.SH Syntax.B stopcpu(\fIcpunumber\fP).brint \fIcpunumber\fP;.SH DescriptionThe.PN stopcpu system call stops the CPU specified by .I cpunumber..NXR "SMP" "stopcpu"Any nid-boot CPU can be stopped using this system call. Only a superusercan execute the .PN stopcpusystem call. .SH Return ValuesThe .PN stopcpucall returns 0 if the CPU was stopped successfully, or else it returns-1 and sets errno appropriately..SH Diagnostics.TP 15[EPERM]The caller is not a superuser.TP 15[EACCES]Trying to stop boot CPU.TP 15[EBUSY]The CPU is already stopped or no such CPU present.TP 15[EINVAL]Invalid value for .I cpunumber.A value .I cpunumberis between 0 and 31..SH See Alsostartcpu (2), startcpu (8), stopcpu (8) 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?