Home | History | Annotate | Download | only in message_loop

Lines Matching defs:errno

7 #include <errno.h>
281 DCHECK(nwrite == 1 || errno == EAGAIN)
282 << "[nwrite:" << nwrite << "] [errno:" << errno << "]";
296 DLOG(ERROR) << "pipe() failed, errno: " << errno;
300 DLOG(ERROR) << "SetNonBlocking for pipe fd[0] failed, errno: " << errno;
304 DLOG(ERROR) << "SetNonBlocking for pipe fd[1] failed, errno: " << errno;