fairness
v1.0.0
A collection of advanced syncronization mechanisms.
Loading...
Searching...
No Matches
pause_ops_windows.hpp
Go to the documentation of this file.
1
14
#ifndef BOOST_FAIRNESS_PAUSE_OPS_WINDOWS_HPP
15
#define BOOST_FAIRNESS_PAUSE_OPS_WINDOWS_HPP
16
17
18
#define WIN32_LEAN_AND_MEAN
19
#include <Windows.h>
20
#undef WIN32_LEAN_AND_MEAN
21
22
23
namespace
boost::fairness::detail
{
24
25
inline
void
pause_
(){
26
YieldProcessor();
27
}
28
29
}
30
31
#endif
// BOOST_FAIRNESS_PAUSE_OPS_WINDOWS_HPP
boost::fairness::detail
Definition
coherent_priority_lock.hpp:25
boost::fairness::detail::pause_
void pause_()
Definition
pause_ops_linux.hpp:35
include
boost
fairness
detail
pause_ops_windows.hpp
Generated by
1.9.8