NPA_Dec

Atomic decrement function for multiprocessor (MP) safe operation.

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

Syntax

    Void NPA_Dec (
       LONG  *value);
    
    

Parameters

value
Points to the value to be decremented.

Remarks

Decrements the indicated 32-bit value by one.