Searched refs:ERRNO_FOR_BLOCKED_IO (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dunixcomm.h21 # define ERRNO_FOR_BLOCKED_IO EWOULDBLOCK macro
23 # define ERRNO_FOR_BLOCKED_IO EAGAIN macro
H A Dserdrv.c392 else if (read_errno == ERRNO_FOR_BLOCKED_IO) /* nread < 0 */
396 if ((nread<0) && (read_errno!=ERRNO_FOR_BLOCKED_IO))
H A Dserpardr.c431 else if (read_errno == ERRNO_FOR_BLOCKED_IO) /* nread < 0 */
435 if ((nread < 0) && (read_errno != ERRNO_FOR_BLOCKED_IO))
H A Dunixcomm.c314 errno = ERRNO_FOR_BLOCKED_IO;

Completed in 48 milliseconds