opthread.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 27 行
GML
27 行
.*
.*
.option THREADNAME
.*
.np
The "THREADNAME" option is used to specify the pattern to be used for
generating thread names.
The format of the "THREADNAME" option (short form "THR") is as
follows.
.mbigbox
OPTION THREADNAME 'thread_name'
.embigbox
.synote
.mnote thread_name
specifies the pattern used for generating thread names and must be a
string of 1 to 5 characters.
.esynote
.np
The first thread name is generated by appending "0" to
.sy thread_name,
the second by appending "1" to
.sy thread_name,
etc.
If the "THREADNAME" option is not specified, the first 5 characters of
the description specified in the "FORMAT" directive are used as the
pattern for generating thread names.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?