fairness
v1.0.0
A collection of advanced syncronization mechanisms.
Loading...
Searching...
No Matches
spinlock_priority_mutex.hpp
Go to the documentation of this file.
1
13
#ifndef BOOST_FAIRNESS_SPINLOCK_PRIORITY_MUTEX_HPP
14
#define BOOST_FAIRNESS_SPINLOCK_PRIORITY_MUTEX_HPP
15
16
#ifdef BOOST_FAIRNESS_USE_TATAS_SPINLOCK
17
#include <
boost/fairness/spinlock_priority_mutex_tatas.hpp
>
18
#endif
// BOOST_FAIRNESS_USE_TATAS_SPINLOCK
19
20
#ifndef BOOST_FAIRNESS_USE_TATAS_SPINLOCK
21
#include <
boost/fairness/spinlock_priority_mutex_cpl.hpp
>
22
#endif
// BOOST_FAIRNESS_USE_TATAS_SPINLOCK
23
24
#endif
// BOOST_FAIRNESS_SPINLOCK_PRIORITY_MUTEX_HPP
spinlock_priority_mutex_cpl.hpp
This file contains the implementation of the spinlock_priority_mutex based on a scalable list base al...
spinlock_priority_mutex_tatas.hpp
include
boost
fairness
spinlock_priority_mutex.hpp
Generated by
1.9.8