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

Ns_UnlockMutex

Overview

Unlock the mutual exclusion lock

Syntax

    int Ns_UnlockMutex(
    Ns_Mutex * mutex
    );

Description

Unlock the mutex.

Ns_MutexLock is the preferred function for unlocking a mutex.

Examples

See the example for Ns_LockMutex.

Top of Page

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