![]() |
fairness
v1.0.0
A collection of advanced syncronization mechanisms.
|
This file contains the implementation of the wait operation specific for linux. More...
#include <boost/fairness/config.hpp>#include <unistd.h>#include <linux/futex.h>#include <sys/syscall.h>#include <limits.h>
Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | boost::fairness |
| namespace | boost::fairness::detail |
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 linux.