/// Recursive spin-lock based on atomic32_t type
typedef ReentrantSpin32 ReentrantSpin;
- /// The best (for the current platform) auto spin-lock
- typedef scoped_lock<Spin> AutoSpin;
-
} // namespace lock
/// Standard (best for the current platform) spin-lock implementation
/// 64bit recursive spin-lock shortcut
typedef lock::ReentrantSpin64 RecursiveSpinLock64;
- /// Auto spin-lock shortcut
- typedef lock::AutoSpin AutoSpinLock;
-
} // namespace cds
#endif // #ifndef __CDS_LOCK_SPINLOCK_H