call "CBL_THREAD_CREATE" using by reference entry-name by reference thread-param by value param-size by value flags by value priority by value stack-size by reference thread-id
Using call prototype (see Key) | Picture | |
---|---|---|
entry-name | pic x(n) space or null terminated | pic x(n) space or null terminated |
thread-param | pic x(n) space or null terminated | Any data item. |
param-size | cblt-os-size | pic x(4) comp-5
or pic x(8) comp-5 (64-bit native programs only) |
flags | cblt-os-flags | pic x(4) comp-5
or pic x(8) comp-5 (64-bit native programs only) |
priority | cblt-sx4-comp5 | pic s9(9) comp-5 |
stack-size | cblt-os-size | pic x(4) comp-5
or pic x(8) comp-5 (64-bit native programs only) |
thread-id | cblt-pointer | usage pointer. |
0 |