Module tracing

Source
👎Deprecated: The parkinglot feature has been renamed parking_lot
Expand description

Dependency tracing wrappers for ::parking_lot.

Structs§

OnceDeprecated
A dependency-tracking wrapper for ::parking_lot::Once.
RawThreadId
Implementation of the GetThreadId trait for lock_api::ReentrantMutex.

Enums§

OnceState
Current state of a Once.

Functions§

const_fair_mutexDeprecated
Creates a new fair mutex in an unlocked state ready for use.
const_mutexDeprecated
Creates a new mutex in an unlocked state ready for use.
const_reentrant_mutexDeprecated
Creates a new reentrant mutex in an unlocked state ready for use.
const_rwlockDeprecated
Creates a new rwlock in an unlocked state ready for use.

Type Aliases§

FairMutexDeprecated
Dependency tracking fair mutex. See: ::parking_lot::FairMutex.
FairMutexGuardDeprecated
Mutex guard for FairMutex.
MappedFairMutexGuardDeprecated
RAII guard for FairMutexGuard::map.
MappedMutexGuardDeprecated
RAII guard for MutexGuard::map.
MappedReentrantMutexGuardDeprecated
RAII guard for ReentrantMutexGuard::map.
MappedRwLockReadGuardDeprecated
RAII guard for RwLockReadGuard::map.
MappedRwLockWriteGuardDeprecated
RAII guard for RwLockWriteGuard::map.
MutexDeprecated
Dependency tracking mutex. See: ::parking_lot::Mutex.
MutexGuardDeprecated
Mutex guard for Mutex.
RawFairMutexDeprecated
RawMutexDeprecated
RawRwLockDeprecated
ReentrantMutexDeprecated
Dependency tracking reentrant mutex. See: ::parking_lot::ReentrantMutex.
ReentrantMutexGuardDeprecated
Mutex guard for ReentrantMutex.
RwLockDeprecated
Dependency tracking RwLock. See: ::parking_lot::RwLock.
RwLockReadGuardDeprecated
Read guard for RwLock.
RwLockUpgradableReadGuardDeprecated
Upgradable Read guard for RwLock.
RwLockWriteGuardDeprecated
Write guard for RwLock.