deadlock
Resource deadlock avoided.
Declaration
static var deadlock: Errno { get }Mentioned in
Discussion
You attempted to lock a system resource that would have resulted in a deadlock.
The corresponding C error is EDEADLK.
Resource deadlock avoided.
static var deadlock: Errno { get }You attempted to lock a system resource that would have resulted in a deadlock.
The corresponding C error is EDEADLK.