Expand description
Type aliases for guards.
Type Aliases§
- A RAII guard that frees the exponential backoff spinlock when it goes out of scope.
- A RAII guard returned by
BackoffSpinlockGuard::map
. - A RAII guard returned by
SpinlockGuard::map
. - A
lock_api::RwLockReadGuard
based onRawRwSpinlock
. - A
lock_api::RwLockUpgradableReadGuard
based onRawRwSpinlock
. - A
lock_api::RwLockWriteGuard
based onRawRwSpinlock
. - A RAII guard that frees the spinlock when it goes out of scope.