Home
last modified time | relevance | path

Searched refs:IGNORE_EINTR (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/base/posix/
Deintr_wrapper.h52 #define IGNORE_EINTR(x) \ macro
67 #define IGNORE_EINTR(x) (x) macro
Dfile_descriptor_shuffle.cc97 int ret = IGNORE_EINTR(close(fd)); in Close()
/third_party/gn/src/base/files/
Dscoped_file.cc31 int ret = IGNORE_EINTR(close(fd)); in Free()
Dfile_util_posix.cc536 if (IGNORE_EINTR(close(fd)) < 0) in ReadFile()
547 if (IGNORE_EINTR(close(fd)) < 0) in WriteFile()
578 if (IGNORE_EINTR(close(fd)) < 0) { in AppendToFile()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch87 int ret = IGNORE_EINTR(close(fd));