[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_WriteUnlockRWLock

Overview

Release a write lock

Syntax

    int Ns_WriteUnlockRWLock(
    Ns_RWLock *lock
    );

Description

Ns_WriteUnlockRWLock releases a write 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.

See Also

Ns_InitializeRWLock

Ns_DestroyRWLock

Ns_ReadLockRWLock

Ns_ReadUnlockRWLock

Ns_WriteLockRWLock

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.