Searched refs:IS_EAGAIN (Results 1 – 1 of 1) sorted by relevance
169 # define IS_EAGAIN(errcode) ((errcode) == EAGAIN || (errcode) == EWOULDBLOCK) macro171 # define IS_EAGAIN(errcode) ((errcode) == EAGAIN) macro181 if (! IS_EAGAIN (errno)) in fwait_for_nonblocking_write()