Luna::RecursiveSpinLock::unlock
void unlock()
Unlocks the spin lock.
If the lock is acquired from the same thread multiple times, the user should call this function the same times as lock to finally release the lock.
void unlock()
Unlocks the spin lock.
If the lock is acquired from the same thread multiple times, the user should call this function the same times as lock to finally release the lock.