Contents

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.

See Also

Runtime Errors