OpenRTM-aist 2.1.0
Loading...
Searching...
No Matches
RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl Struct Reference

Condition variable class for worker . More...

#include <PeriodicExecutionContext.h>

Public Member Functions

 WorkerThreadCtrl ()

Public Attributes

std::mutex mutex_
std::condition_variable cond_
bool running_ {false}

Detailed Description

Condition variable class for worker .

Constructor & Destructor Documentation

◆ WorkerThreadCtrl()

RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::WorkerThreadCtrl ( )
inline

Member Data Documentation

◆ cond_

std::condition_variable RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::cond_

◆ mutex_

std::mutex RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::mutex_

◆ running_

bool RTC_exp::PeriodicExecutionContext::WorkerThreadCtrl::running_ {false}

The documentation for this struct was generated from the following file: