fairness
v1.0.0
A collection of advanced syncronization mechanisms.
|
#include <atomic>
#include <array>
#include <boost/fairness/priority_t.hpp>
#include <boost/fairness/detail/wait_ops.hpp>
#include <boost/fairness/spinlock_priority_mutex.hpp>
#include <boost/fairness/detail/wait_pool.hpp>
Go to the source code of this file.
Classes | |
class | boost::fairness::priority_mutex< N > |
The priority_mutex is an advanced synchronization mechanism that enhances the traditional mutex by introducing a priority-based approach. It serves to protect shared data from simultaneous access by multiple threads and provides exclusive, non-recursive ownership semantics: More... | |
Namespaces | |
namespace | boost |
namespace | boost::fairness |
Macros | |
#define | PROCEED 1 |
#define | WAIT 0 |
#define PROCEED 1 |
#define WAIT 0 |