👎Deprecated: The
parkinglot
feature has been renamed parking_lot
Expand description
Dependency tracing wrappers for ::parking_lot
.
Structs§
- Once
Deprecated - A dependency-tracking wrapper for
::parking_lot::Once
. - RawThread
Id - Implementation of the
GetThreadId
trait forlock_api::ReentrantMutex
.
Enums§
- Once
State - Current state of a
Once
.
Functions§
- const_
fair_ mutex Deprecated - Creates a new fair mutex in an unlocked state ready for use.
- const_
mutex Deprecated - Creates a new mutex in an unlocked state ready for use.
- const_
reentrant_ mutex Deprecated - Creates a new reentrant mutex in an unlocked state ready for use.
- const_
rwlock Deprecated - Creates a new rwlock in an unlocked state ready for use.
Type Aliases§
- Fair
Mutex Deprecated - Dependency tracking fair mutex. See:
::parking_lot::FairMutex
. - Fair
Mutex Guard Deprecated - Mutex guard for
FairMutex
. - Mapped
Fair Mutex Guard Deprecated - RAII guard for
FairMutexGuard::map
. - Mapped
Mutex Guard Deprecated - RAII guard for
MutexGuard::map
. - Mapped
Reentrant Mutex Guard Deprecated - RAII guard for
ReentrantMutexGuard::map
. - Mapped
RwLock Read Guard Deprecated - RAII guard for
RwLockReadGuard::map
. - Mapped
RwLock Write Guard Deprecated - RAII guard for
RwLockWriteGuard::map
. - Mutex
Deprecated - Dependency tracking mutex. See:
::parking_lot::Mutex
. - Mutex
Guard Deprecated - Mutex guard for
Mutex
. - RawFair
Mutex Deprecated - RawMutex
Deprecated - RawRw
Lock Deprecated - Reentrant
Mutex Deprecated - Dependency tracking reentrant mutex. See:
::parking_lot::ReentrantMutex
. - Reentrant
Mutex Guard Deprecated - Mutex guard for
ReentrantMutex
. - RwLock
Deprecated - Dependency tracking RwLock. See:
::parking_lot::RwLock
. - RwLock
Read Guard Deprecated - Read guard for
RwLock
. - RwLock
Upgradable Read Guard Deprecated - Upgradable Read guard for
RwLock
. - RwLock
Write Guard Deprecated - Write guard for
RwLock
.