Crate locktick

Source

Modules§

std

Structs§

GuardInfo
Contains data and statistics related to a single guard.
Location
Points to the filesystem location where a lock or guard was created.
LockInfo
Contains all the details related to a given lock, and it can only be obtained through a call to lock_snapshots.

Enums§

GuardKind
The type of the guard that was created when working with a lock.
LockKind
The type of the lock; either a Mutex or an RwLock.

Functions§

lock_snapshots
Returns a vector containing snapshots of the data related to all the locks.