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