|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
RAII-based synchronization primitives including scoped lock with timeout. More...
#include <mutex>#include <condition_variable>#include <atomic>#include <chrono>#include <memory>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::sync::scoped_lock_guard< Mutex > |
| RAII-based scoped lock guard with timeout support. More... | |
| class | kcenon::thread::sync::condition_variable_wrapper |
| Enhanced condition variable wrapper with timeout and predicate support. More... | |
| class | kcenon::thread::sync::atomic_flag_wrapper |
| Enhanced atomic flag with additional operations. More... | |
| class | kcenon::thread::sync::shared_mutex_wrapper |
| Shared mutex wrapper with reader-writer lock semantics. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
| namespace | kcenon::thread::sync |
RAII-based synchronization primitives including scoped lock with timeout.
Definition in file sync_primitives.h.