#include <timer_queue.h>
Definition at line 17 of file timer_queue.h.
BT::details::Semaphore::Semaphore |
( |
unsigned int |
count = 0 | ) |
|
|
inline |
void BT::details::Semaphore::notify |
( |
| ) |
|
|
inline |
void BT::details::Semaphore::wait |
( |
| ) |
|
|
inline |
template<class Clock , class Duration >
bool BT::details::Semaphore::waitUntil |
( |
const std::chrono::time_point< Clock, Duration > & |
point | ) |
|
|
inline |
unsigned int BT::details::Semaphore::m_count |
|
private |
std::condition_variable BT::details::Semaphore::m_cv |
|
private |
std::mutex BT::details::Semaphore::m_mtx |
|
private |
The documentation for this class was generated from the following file: