11#include "daq/slc/system/MMutex.h"
24 static size_t size() {
return sizeof(pthread_cond_t); }
41 bool wait(
MMutex& mutex,
const unsigned int sec,
42 const unsigned int msec = 0);
46 const MCond& operator=(
const MCond&);
50 pthread_cond_t* m_cond;
Abstract base class for different kinds of events.