Condition variable class for worker. More...
#include <PeriodicExecutionContext.h>
Public Member Functions | |
Worker () | |
Public Attributes | |
coil::Condition< coil::Mutex > | cond_ |
coil::Mutex | mutex_ |
bool | running_ |
Condition variable class for worker.
Definition at line 1517 of file PeriodicExecutionContext.h.
|
inline |
Definition at line 1519 of file PeriodicExecutionContext.h.
coil::Condition<coil::Mutex> RTC::PeriodicExecutionContext::Worker::cond_ |
Definition at line 1521 of file PeriodicExecutionContext.h.
coil::Mutex RTC::PeriodicExecutionContext::Worker::mutex_ |
Definition at line 1519 of file PeriodicExecutionContext.h.
bool RTC::PeriodicExecutionContext::Worker::running_ |
Definition at line 1522 of file PeriodicExecutionContext.h.