NPA_SpinUnlock

Releases ownership of a spin lock used for multiprocessor (MP) safe operations on shared data.

Thread Context:Non-Blocking

Syntax

    void NPA_SpinUnlock (
       LONG  *lockStatus
       );
    
    

Parameters

lockStatus
(IN) Address of the spin lock to be released.

Remarks

Releases the lock that was previously acquired by calling NPA_SpinLock or NPA_SpinTryLock.