CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
Mutex Struct Reference

#include <mutex.h>

Data Fields

Futex ftx
 Futex for kernel-level synchronization.
 
AdaptiveSpin aspin
 Adaptive spin state.
 

Detailed Description

Mutex synchronization primitive

Internal structure using futex-based locking with adaptive spinning. Futex values: 0=unlocked, 1=locked (no waiters), 2=locked with contention

Definition at line 60 of file mutex.h.


The documentation for this struct was generated from the following file: