bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
#include <AtomiX.h>
Public Member Functions | |
C_SpinLock (std::atomic_flag &lock_) | |
~C_SpinLock () | |
void | operator= (const C_SpinLock &)=delete |
void | unlock () |
bux::C_SpinLock::C_SpinLock | ( | std::atomic_flag & | lock_ | ) |
Definition at line 8 of file AtomiX.cpp.
|
inline |
|
delete |
void bux::C_SpinLock::unlock | ( | ) |
Definition at line 20 of file AtomiX.cpp.
Referenced by ~C_SpinLock().