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

Ns_ReleaseSemaphore

Overview

Increment the semaphore count

Syntax

    int Ns_ReleaseSemaphore(
    Ns_Semaphore * sema, 
    int count
    );

Description

Increment the semaphore count.

Ns_SemaPost is the preferred function for incrementing the semaphore count.

Top of Page

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