2 overrides of IsLockOwnedByThreadInThisProcess
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (2)
297protected override bool IsLockOwnedByThreadInThisProcess(Thread thread) 424protected override bool IsLockOwnedByThreadInThisProcess(Thread thread)
2 references to IsLockOwnedByThreadInThisProcess
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (2)
93public bool IsLockOwnedByCurrentThread => IsLockOwnedByThreadInThisProcess(Thread.CurrentThread); 179if (!IsLockOwnedByThreadInThisProcess(abandonedThread))