Searched refs:NO_INTR (Results 1 – 1 of 1) sorted by relevance
117 #define NO_INTR(fn) do {} while ((fn) < 0 && errno == EINTR) macro131 NO_INTR(len = read(fd, buf0 + num_bytes, count - num_bytes)); in ReadPersistent()367 NO_INTR(close(fd_)); in ~FileDescriptor()495 NO_INTR(maps_fd = open("/proc/self/maps", O_RDONLY)); in OpenObjectFileContainingPcAndGetStartAddress()573 NO_INTR(object_fd = open(cursor, O_RDONLY)); in OpenObjectFileContainingPcAndGetStartAddress()