isLockHeldLocally method
Zero-syscall check: does THIS process believe it holds the lock?
Implementation
bool isLockHeldLocally() => _unregisterCleanup != null;
Zero-syscall check: does THIS process believe it holds the lock?
bool isLockHeldLocally() => _unregisterCleanup != null;