TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the spin lock. More...
#include <ttkspinlock.h>
Public Member Functions | |
TTKSpinLock ()=default | |
void | lock () noexcept |
void | unlock () noexcept |
Private Attributes | |
std::atomic_flag | m_lock = ATOMIC_FLAG_INIT |
The class of the spin lock.
Definition at line 27 of file ttkspinlock.h.
|
default |
|
inlinenoexcept |
Definition at line 32 of file ttkspinlock.h.
|
inlinenoexcept |
Definition at line 40 of file ttkspinlock.h.
|
private |
Definition at line 46 of file ttkspinlock.h.