fairness  v1.0.0
A collection of advanced syncronization mechanisms.
Loading...
Searching...
No Matches
pause_ops.hpp
Go to the documentation of this file.
1
14#ifndef BOOST_FAIRNESS_PAUSE_OPS_HPP
15#define BOOST_FAIRNESS_PAUSE_OPS_HPP
17
18
20
21 inline void pause() noexcept {
22 pause_();
23 }
24
25}
26
27#endif // BOOST_FAIRNESS_PAUSE_OPS_HPP
This file contains configurations about boost and 128bit cpu support. TODO.
Definition coherent_priority_lock.hpp:25
void pause_()
Definition pause_ops_linux.hpp:35
void pause() noexcept
Definition pause_ops.hpp:21