Searched refs:TEMP_FAILURE_RETRY (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/lib/
H A Dsystem.h75 TEMP_FAILURE_RETRY (pwrite (fd, buf, len, off))
77 TEMP_FAILURE_RETRY (write (fd, buf, n))
79 TEMP_FAILURE_RETRY (pread (fd, buf, len, off))
H A Dcrc32_file.c97 while ((count = TEMP_FAILURE_RETRY (pread (fd, buffer, sizeof buffer,
/external/elfutils/host-darwin-fixup/
H A DAndroidFixup.h30 #ifndef TEMP_FAILURE_RETRY
31 #define TEMP_FAILURE_RETRY(exp) ({ \ macro
/external/elfutils/libdwfl/
H A Ddwfl_build_id_find_elf.c113 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY));
H A Dfind-debuginfo.c74 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY));
H A Ddwfl_module_getdwarf.c66 file->fd = TEMP_FAILURE_RETRY (open64 (file->name, O_RDONLY));
H A Dlinux-kernel-modules.c93 : TEMP_FAILURE_RETRY (open64 (*fname, O_RDONLY)));
/external/elfutils/src/
H A Dstrings.c527 ssize_t n = TEMP_FAILURE_RETRY (read (fd, buf + ntrailer,
H A Dar.c636 while ((n = TEMP_FAILURE_RETRY (write (xfd, data, nleft))) != -1)
H A Dldgeneric.c4260 if (TEMP_FAILURE_RETRY (read (fd, dp, 16)) != 16)

Completed in 137 milliseconds