fairness
v1.0.0
A collection of advanced syncronization mechanisms.
|
This file contains the implementation of the wait operation specific for windows. More...
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::fairness |
namespace | boost::fairness::detail |
Macros | |
#define | WIN32_LEAN_AND_MEAN |
Functions | |
template<typename T > | |
void | boost::fairness::detail::notify_all_ (T &mem) |
template<typename T > | |
void | boost::fairness::detail::notify_one_ (T &mem) |
template<typename T , typename K > | |
void | boost::fairness::detail::wait_ (T &mem, K expected) |
This file contains the implementation of the wait operation specific for windows.
#define WIN32_LEAN_AND_MEAN |