Home
last modified time | relevance | path

Searched refs:IGNORE_EINTR (Results 1 - 4 of 4) sorted by relevance

/third_party/gn/src/base/posix/
H A Deintr_wrapper.h14 // Don't wrap close calls in HANDLE_EINTR. Use IGNORE_EINTR if the return
52 #define IGNORE_EINTR(x) \ macro
67 #define IGNORE_EINTR(x) (x) macro
H A Dfile_descriptor_shuffle.cc97 int ret = IGNORE_EINTR(close(fd)); in Close()
/third_party/gn/src/base/files/
H A Dscoped_file.cc31 int ret = IGNORE_EINTR(close(fd)); in Free()
H A Dfile_util_posix.cc551 if (IGNORE_EINTR(close(fd)) < 0) in ReadFile()
562 if (IGNORE_EINTR(close(fd)) < 0) in WriteFile()
593 if (IGNORE_EINTR(close(fd)) < 0) { in AppendToFile()

Completed in 3 milliseconds