9.3.107 MY_PROCESSOR ( )

Description:  Returns the identifying number of the calling process. This is a specific function that has no generic function associated with it. It must not be passed as an actual argument. 
Class:  Inquiry function; Specific 
Arguments:  None. 
Results:  The result is a scalar of type default integer. The result value is the identifying number of the physical processor from which the call is made.

The value is in the range 0 to n-1, where n is the value returned by NUMBER_OF_PROCESSORS.

This function can only be called from within an EXTRINSIC (HPF_LOCAL) procedure.  


Previous Page Next Page Table of Contents