|
HikoGUI
A low latency retained GUI
|
Definition of the unfair_mutex. More...
#include "dead_lock_detector.hpp"#include "../utility/module.hpp"#include <atomic>#include <memory>Go to the source code of this file.
Data Structures | |
| class | hi::v1::unfair_mutex_impl< UseDeadLockDetector > |
| An unfair mutex This is a fast implementation of a mutex which does not fairly arbitrate between multiple blocking threads. More... | |
Namespaces | |
| namespace | hi |
| geometry/margins.hpp | |
| namespace | hi::v1 |
| The HikoGUI API version 1. | |
Typedefs | |
| using | hi::v1::unfair_mutex = unfair_mutex_impl<true> |
| using | hi::v1::unfair_mutex_without_deadlock_detector = unfair_mutex_impl<false> |
Definition of the unfair_mutex.