NAME

ACE_Thread_Condition - ACE_Condition variable wrapper that works within processes.

SYNOPSIS


#include <ace/Synch_T.h>


template<class MUTEX>
class ACE_Thread_Condition : public ACE_Condition<MUTEX>
{
  public:
    ACE_Thread_Condition (MUTEX &m, LPCTSTR name = 0, void *arg = 0);
    void dump (void) const;
};

PUBLIC MEMBERS

ACE_Thread_Condition (MUTEX &m, LPCTSTR name = 0, void *arg = 0);
void dump (void) const;

AUTHOR

Doug Schmidt

LIBRARY

ace