int Ns_ReadUnlockRWLock( Ns_RWLock *lock );
Ns_ReadUnlockRWLock releases a read lock.
For general information about read/write locks and an example showing the use of the read/write lock functions, see the Ns_InitializeRWLock function.
Ns_RWLockUnlock is the preferred function for releasing a lock.