NPA_Inc

Atomic increment function for multiprocessor (MP) safe operation.

Thread Context:Non-Blocking
Requirements:The memory location must be valid or the server abends.

Syntax

    Void NPA_Inc (
       LONG  *value
       );
    
    

Parameters

value
Points to the value to be incremented.

Remarks

Increments the indicated 32-bit value by one.