fairness  v1.0.0
A collection of advanced syncronization mechanisms.
Loading...
Searching...
No Matches
priority_mutex_tatas.hpp File Reference
Include dependency graph for priority_mutex_tatas.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
 

Macro Definition Documentation

◆ PROCEED

#define PROCEED   1

◆ WAIT

#define WAIT   0