NAME

ACE_sema_t - Semaphore simulation for Windows CE.

SYNOPSIS

#include <ace/OS.h>

class ACE_sema_t { public: friend class ACE_OS; ACE_thread_mutex_t lock_; ACE_event_t count_nonzero_; u_int count_; protected: ACE_mutex_t lock_; ACE_cond_t count_nonzero_; u_long count_; u_long waiters_; };

PUBLIC MEMBERS

friend class ACE_OS;

ACE_thread_mutex_t lock_;

ACE_event_t count_nonzero_;

u_int count_;

PROTECTED MEMBERS

ACE_mutex_t lock_;

ACE_cond_t count_nonzero_;

u_long count_;

u_long waiters_;

AUTHOR

Doug Schmidt schmidt@cs.wustl.edu, Jesper S. M|ller stophph@diku.dk, and a cast of thousands...

The ACE_Sched_Priority type should be used for platform-

independent thread and process priorities, by convention. int should be used for OS-specific priorities.

LIBRARY

ace