11#include "daq/slc/system/Mutex.h"
23 Cond(
const Cond& cond);
30 bool wait(
Mutex& mutex);
31 bool wait(
Mutex& mutex,
const unsigned int sec,
32 const unsigned int msec = 0);
36 pthread_cond_t m_cond_t;
Abstract base class for different kinds of events.