HikoGUI
A low latency retained GUI
|
Definition of the unfair_recursive_mutex. More...
#include "unfair_mutex.hpp"
#include "thread.hpp"
#include "../utility/utility.hpp"
#include "../macros.hpp"
#include <thread>
#include <atomic>
Go to the source code of this file.
Data Structures | |
class | hi::v1::unfair_recursive_mutex |
An unfair recursive-mutex This is a fast implementation of a recursive-mutex which does not fairly arbitrate between multiple blocking threads. More... | |
Namespaces | |
namespace | hi |
The HikoGUI namespace. | |
namespace | hi::v1 |
The HikoGUI API version 1. | |
Functions | |
hi_export_module (hikogui.concurrency.unfair_recursive_mutex) | |
Definition of the unfair_recursive_mutex.