Searched defs:EINTR (Results 1 - 5 of 5) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Derrno-base.h7 #define EINTR 4 /* Interrupted system call */ macro
/external/qemu/
H A Dsockets.h35 # ifndef EINTR
36 # define EINTR 10004 macro
278 * This function loops on EINTR so the caller shouldn't have to check for it.
301 * This function loops on EINTR so the caller shouldn't have to check for it.
/external/llvm/include/llvm/Support/
H A Dsystem_error.h153 interrupted, // EINTR
318 # ifndef EINTR
319 # define EINTR 4 macro
521 interrupted = EINTR,
/external/netperf/
H A Dnetlib.h295 #define EINTR WSAEINTR macro
333 /* Robin & Rick's kludge to try to have a timer signal EINTR by closing */
338 #define SOCKET_EINTR(return_value) (errno == EINTR)
350 ((errno == EINTR) || \
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 284 milliseconds