NUM_USRTHDS() (IBM extension)
Purpose
Note: This intrinsic procedure
is deprecated and might be removed in a future release.
Returns the number of threads that will be explicitly created by the user during execution of the program. This value is set by using the USRTHDS runtime option.
Class
Inquiry function
Result value
Default scalar integer
If the value has not been explicitly set using the USRTHDS runtime option, the default value is 0.
| Specific Name | Result Type | Pass As Arg? |
|---|---|---|
| NUM_USRTHDS | default scalar integer | no |


