Searched defs:HANDLE_EINTR (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Deintr_wrapper.h39 #define HANDLE_EINTR(x) ({ \ macro
/external/libchrome/base/posix/
H A Deintr_wrapper.h13 // Don't wrap close calls in HANDLE_EINTR. Use IGNORE_EINTR if the return
27 #define HANDLE_EINTR(x) ({ \ macro
37 #define HANDLE_EINTR(x) ({ \ macro
62 #define HANDLE_EINTR(x) (x) macro
/external/libchrome/sandbox/linux/suid/
H A Dsandbox.c45 #define HANDLE_EINTR(x) TEMP_FAILURE_RETRY(x) macro
215 HANDLE_EINTR(waitid(P_PID, child_pid, &reaped_child_info, WEXITED));
255 if (HANDLE_EINTR(send(sync_fds[1], "C", 1, MSG_NOSIGNAL)) != 1)
274 if (HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)) != 1)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h313 #define HANDLE_EINTR(res, f) \ macro

Completed in 430 milliseconds