![]() |
fairness
v1.0.0
A collection of advanced syncronization mechanisms.
|
Classes | |
| class | coherent_priority_lock |
| class | pqlock |
| class | pqspinlock |
| struct | Request |
| class | RequestPool |
| struct | Thread |
| class | ThreadPool |
| struct | waitingFlag |
| class | WaitPool |
Enumerations | |
| enum class | WaitMechanism { Spin , Wait } |
Functions | |
| template<typename T > | |
| void | notify_all (T &mem) noexcept |
| template<typename T > | |
| void | notify_all_ (T &mem) |
| template<typename T > | |
| void | notify_one (T &mem) noexcept |
| template<typename T > | |
| void | notify_one_ (T &mem) |
| void | pause () noexcept |
| void | pause_ () |
| void | spin_wait () noexcept |
| template<typename K > | |
| void | spin_wait (std::atomic_flag &mem, K const expected) noexcept |
| template<typename T , typename K > | |
| void | spin_wait (T &mem, K const expected) noexcept |
| template<typename T , typename K > | |
| void | wait (T &mem, K const expected) noexcept |
| template<typename T , typename K > | |
| void | wait_ (T &mem, K expected) |
|
strong |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |