fairness
v1.0.0
A collection of advanced syncronization mechanisms.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
b
c
d
e
g
i
l
m
n
p
r
s
t
w
Functions
b
c
d
g
i
l
n
p
s
t
w
Variables
e
m
p
r
Typedefs
Enumerations
Classes
Class List
Class Index
Class Members
All
c
g
i
l
m
o
p
r
s
t
u
w
~
Functions
c
g
i
l
m
o
p
r
s
t
u
w
~
Variables
Files
File List
File Members
All
_
b
g
l
m
n
p
r
t
w
Functions
_
b
m
t
Macros
b
g
l
n
p
r
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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