carb/thread/Spinlock.h
In directory: carb/thread
Source file: carb/thread/Spinlock.h
Carbonite Spinlock implementation.
Classes
carb::thread::detail::SpinlockImpl: Spinlock and RecursiveSpinlock are locking primitives that never enter the kernel to wait.
Namespaces
carb: The main Carbonite namespace.
carb::thread: Namespace for all threading operations.
carb::thread::detail: Namespace for Carbonite private threading details.