Lines Matching refs:errno
24 #include "errno.h"
58 if (errno == EWOULDBLOCK || errno == EINTR || errno == EAGAIN) {
61 LOGE("read failed! error is %{public}d", errno);
84 if (errno == EINTR || errno == EWOULDBLOCK || errno == EAGAIN) {
87 LOGE("write failed! error is %{public}d", errno);
144 LOGE("bind failed, ret: %{public}d, errno: %{public}d!", ret, errno);
149 LOGE("set socket non block failed, errno: %{public}d!", errno);
155 LOGE("listen failed, errno: %{public}d!", errno);
196 LOGE("poll failed! errno=%{public}d", errno);
197 if (errno == EINTR) {