1 write to s_memfdSupported
System.IO.MemoryMappedFiles (1)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MemfdCreate.cs (1)
27
Interlocked.CompareExchange(ref
s_memfdSupported
, (sbyte)(MemfdSupportedImpl() == 1 ? 1 : -1), 0);
2 references to s_memfdSupported
System.IO.MemoryMappedFiles (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MemfdCreate.cs (2)
24
sbyte memfdSupported =
s_memfdSupported
;
28
memfdSupported =
s_memfdSupported
;