#include <condition.hpp>
boost::interprocess::ipcdetail::windows_condition::windows_condition |
( |
| ) |
|
|
inline |
boost::interprocess::ipcdetail::windows_condition::~windows_condition |
( |
| ) |
|
|
inline |
void boost::interprocess::ipcdetail::windows_condition::notify_all |
( |
| ) |
|
|
inline |
void boost::interprocess::ipcdetail::windows_condition::notify_one |
( |
| ) |
|
|
inline |
template<typename L >
bool boost::interprocess::ipcdetail::windows_condition::timed_wait |
( |
L & |
lock, |
|
|
const boost::posix_time::ptime & |
abs_time |
|
) |
| |
|
inline |
template<typename L , typename Pr >
bool boost::interprocess::ipcdetail::windows_condition::timed_wait |
( |
L & |
lock, |
|
|
const boost::posix_time::ptime & |
abs_time, |
|
|
Pr |
pred |
|
) |
| |
|
inline |
template<typename L >
void boost::interprocess::ipcdetail::windows_condition::wait |
( |
L & |
lock | ) |
|
|
inline |
template<typename L , typename Pr >
void boost::interprocess::ipcdetail::windows_condition::wait |
( |
L & |
lock, |
|
|
Pr |
pred |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: