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

Ns_CacheSignal

Overview

Signal cache's condition variable

Syntax

    void Ns_CacheSignal (
    Ns_Cache* cache
    );

Description

Signal the cache's condition variable, waking the first waiting thread (if any).

Note: Consider waking all threads with Ns_CacheBroadcast, instead.

Top of Page

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