Searched refs:IS_EAGAIN_OR_EWOULDBLOCK (Results 1 – 1 of 1) sorted by relevance
52 # define IS_EAGAIN_OR_EWOULDBLOCK(e) ((e) == EAGAIN) macro54 # define IS_EAGAIN_OR_EWOULDBLOCK(e) \ macro1137 if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) { in io_read()1225 if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) { in io_write_buf()