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
18#endif // BOOST_FAIRNESS_USE_TATAS_SPINLOCK
19
20#ifndef BOOST_FAIRNESS_USE_TATAS_SPINLOCK
22#endif // BOOST_FAIRNESS_USE_TATAS_SPINLOCK
23
24#endif // BOOST_FAIRNESS_SPINLOCK_PRIORITY_MUTEX_HPP
This file contains the implementation of the spinlock_priority_mutex based on a scalable list base al...