15 #ifndef CONDITIONVARDUMMYIMPL_H
16 #define CONDITIONVARDUMMYIMPL_H
18 #include "pandabase.h"
19 #include "selectThreadImpl.h"
35 INLINE ~ConditionVarDummyImpl();
38 INLINE
void wait(
double timeout);
40 INLINE
void notify_all();
43 #include "conditionVarDummyImpl.I"
A fake condition variable implementation for single-threaded applications that don't need any synchro...
A fake mutex implementation for single-threaded applications that don't need any synchronization cont...