oppseudo.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 19 行

GML
19
字号
.*
.*
.option PSEUDOPREEMPTION
.*
.np
The "PSEUDOPREEMPTION" option specifies that an additional set of
system calls will yield control to other processes.
Multitasking in current NetWare operating systems is non-preemptive.
That is, a process must give up control in order for other processes
to execute.
Using the "PSEUDOPREEMPTION" option increases the probability that all
processes are given an equal amount of CPU time.
.np
The format of the "PSEUDOPREEMPTION" option (short form "PS") is as
follows.
.mbigbox
    OPTION PSEUDOPREEMPTION
.embigbox

⌨️ 快捷键说明

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