Spin-based synchronization primitive that does not emit memory fences. More...
Public Member Functions | |
void | lock (void) |
bool | try_lock (void) |
void | unlock (void) |
native_handle_type | native_handle (void) noexcept |
Public Types | |
typedef std::atomic_flag & | native_handle_type |
Spin-based synchronization primitive that does not emit memory fences.