Definition at line 31 of file event.h.
◆ Event()
| NSROOT::OS::Event::Event |
( |
bool | autoReset = true | ) |
|
|
inline |
◆ ~Event()
| NSROOT::OS::Event::~Event |
( |
| ) |
|
|
inline |
◆ __reset()
| void NSROOT::OS::Event::__reset |
( |
bool | force | ) |
|
|
inlineprivate |
◆ notify_all()
| void NSROOT::OS::Event::notify_all |
( |
| ) |
|
|
inline |
◆ notify_one()
| void NSROOT::OS::Event::notify_one |
( |
| ) |
|
|
inline |
◆ reset()
| void NSROOT::OS::Event::reset |
( |
| ) |
|
|
inline |
◆ wait()
| bool NSROOT::OS::Event::wait |
( |
| ) |
|
|
inline |
◆ wait_for()
| bool NSROOT::OS::Event::wait_for |
( |
unsigned | millisec | ) |
|
|
inline |
◆ m_autoReset
| bool NSROOT::OS::Event::m_autoReset |
|
private |
◆ m_condition
| Condition<volatile bool> NSROOT::OS::Event::m_condition |
|
private |
◆ m_mutex
| Mutex NSROOT::OS::Event::m_mutex |
|
private |
◆ m_notified
| volatile bool NSROOT::OS::Event::m_notified |
|
private |
◆ m_notifyOne
| volatile bool NSROOT::OS::Event::m_notifyOne |
|
private |
◆ m_waitingCount
| unsigned NSROOT::OS::Event::m_waitingCount |
|
private |
The documentation for this class was generated from the following file:
- /home/jlb/src/janbar/PVR/cppmythlib/cppmyth/src/private/os/threads/event.h