Monero
Loading...
Searching...
No Matches
epee::simple_event Struct Reference

#include <syncobj.h>

Public Member Functions

 simple_event ()
void raise ()
void wait ()

Private Attributes

boost::mutex m_mx
boost::condition_variable m_cond_var
bool m_rised

Constructor & Destructor Documentation

◆ simple_event()

epee::simple_event::simple_event ( )
inline

Member Function Documentation

◆ raise()

void epee::simple_event::raise ( )
inline

◆ wait()

void epee::simple_event::wait ( )
inline

Member Data Documentation

◆ m_cond_var

boost::condition_variable epee::simple_event::m_cond_var
private

◆ m_mx

boost::mutex epee::simple_event::m_mx
private

◆ m_rised

bool epee::simple_event::m_rised
private

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