fairness
v1.0.0
A collection of advanced syncronization mechanisms.
Loading...
Searching...
No Matches
priority_mutex.hpp
Go to the documentation of this file.
1
13
#ifndef BOOST_FAIRNESS_PRIORITY_MUTEX_HPP
14
#define BOOST_FAIRNESS_PRIORITY_MUTEX_HPP
15
16
#ifdef BOOST_FAIRNESS_USE_TATAS_SPINLOCK
17
#include <
boost/fairness/priority_mutex_tatas.hpp
>
18
#endif
// BOOST_FAIRNESS_USE_TATAS_SPINLOCK
19
20
#ifndef BOOST_FAIRNESS_USE_TATAS_SPINLOCK
21
#include <
boost/fairness/priority_mutex_cpl.hpp
>
22
#endif
// BOOST_FAIRNESS_USE_TATAS_SPINLOCK
23
24
#endif
// BOOST_FAIRNESS_PRIORITY_MUTEX_HPP
priority_mutex_cpl.hpp
priority_mutex_tatas.hpp
include
boost
fairness
priority_mutex.hpp
Generated by
1.9.8