Home | History | Annotate | Download | only in base

Lines Matching defs:PCHECK

638 // PLOG() and PLOG_IF() and PCHECK() behave exactly like their LOG* and
653 // if (poll(fds, nfds, timeout) == -1) { PCHECK(errno == EINTR); ... }
654 #define PCHECK(condition) \