Locking and synchronization error codes. More...
Enumerations | |
| enum | lib::locking_error::code : u32 { none = 0 , lib::locking_error::timeout = 1 , lib::locking_error::deadlock_detected = 2 , lib::locking_error::already_locked = 3 , lib::locking_error::not_locked = 4 , lib::locking_error::max_depth_exceeded = 5 } |
Locking and synchronization error codes.
|
export |