void Ns_CacheSignal ( Ns_Cache* cache );
void Ns_CacheSignal (
Ns_Cache* cache
);
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
Copyright © 1998-99 America Online, Inc.