Luna::RecursiveSpinLock
Similar to SpinLock, but allows the lock to be obtained mutable times from the same thread.
class Luna::RecursiveSpinLock
Member functions
-
Constructs one spin lock. The spin lock is unlocked after creation.
-
Locks the spin lock.
-
Tries to lock the spin lock.
-
Unlocks the spin lock.