HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
module.hpp
1// Copyright Take Vos 2023.
2// Distributed under the Boost Software License, Version 1.0.
3// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
4
5#pragma once
6
8#include "global_state.hpp"
9#include "rcu.hpp"
10#include "subsystem.hpp"
11#include "thread.hpp"
12#include "unfair_mutex.hpp"
14#include "wfree_idle_count.hpp"
15
16namespace hi {
17inline namespace v1 {
18
24}}
Functions and types for accessing operating system threads.
An atomic access global variable for quick access to state of the system.
A deadlock detector service for unfair_mutex.
Functions for starting and stopping subsystems.
Definition of the unfair_recursive_mutex.
Definition of the unfair_mutex.
DOXYGEN BUG.
Definition algorithm.hpp:13
geometry/margins.hpp
Definition cache.hpp:11