#include <syncobj.h>
Definition at line 52 of file syncobj.h.
◆ simple_event()
| epee::simple_event::simple_event |
( |
| ) |
|
|
inline |
◆ raise()
| void epee::simple_event::raise |
( |
| ) |
|
|
inline |
Definition at line 58 of file syncobj.h.
60 boost::unique_lock<boost::mutex> lock(m_mx);
62 m_cond_var.notify_one();
◆ wait()
| void epee::simple_event::wait |
( |
| ) |
|
|
inline |
Definition at line 65 of file syncobj.h.
67 boost::unique_lock<boost::mutex> lock(m_mx);
69 m_cond_var.wait(lock);
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/contrib/epee/include/syncobj.h