Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
sync_primitives.h File Reference

RAII-based synchronization primitives including scoped lock with timeout. More...

#include <mutex>
#include <condition_variable>
#include <atomic>
#include <chrono>
#include <memory>
Include dependency graph for sync_primitives.h:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

RAII-based synchronization primitives including scoped lock with timeout.

Definition in file sync_primitives.h.