Site icon EfmSoft

What is 4 (0x00000004)

 

Could be also:

ConstantTypeOS
ERROR_TOO_MANY_OPEN_FILESWin32 errorWindows
KERN_INVALID_ARGUMENTKern returnMac
ippStsInvZeroIntel Ipp StatusAny
INVALID_DATA_ACCESS_TRAPBugCheck CodeWindows
Previous Next
ESRCH EIO

EINTR

If a signal handler is invoked while a system call or library function call is blocked, then either:

Which of these two behaviors occurs depends on the interface and whether or not the signal handler was established using the SA_RESTART flag. The details vary across UNIX systems; below, the details for Linux.

If a blocked call to one of the following interfaces is interrupted by a signal handler, then the call is automatically restarted after the signal handler returns if the SA_RESTART flag was used; otherwise the call fails with the error EINTR:

Exit mobile version