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