9 references to _sharedData
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (9)
299Interop.Sys.LowLevelCrossProcessMutex_GetOwnerProcessAndThreadId(_sharedData, out uint ownerProcessId, out uint ownerThreadId); 307_sharedData, 314get => Interop.Sys.LowLevelCrossProcessMutex_IsAbandoned(_sharedData); 315set => Interop.Sys.LowLevelCrossProcessMutex_SetAbandoned(_sharedData, value); 320Interop.Error lockResult = (Interop.Error)Interop.Sys.LowLevelCrossProcessMutex_Acquire(_sharedData, timeoutMilliseconds); 361Interop.Sys.LowLevelCrossProcessMutex_Release(_sharedData); 372_sharedData, 376Interop.Sys.LowLevelCrossProcessMutex_Release(_sharedData); 386Interop.Sys.LowLevelCrossProcessMutex_Destroy(_sharedData);