2 references to EAGAIN
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
112EWOULDBLOCK = EAGAIN, // Operation would block.
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (1)
328Interop.Error.EAGAIN => throw new OutOfMemoryException(),