HomeSort by relevance Sort by last modified time
    Searched defs:HANDLE_EINTR (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/common/linux/
eintr_wrapper.h 39 #define HANDLE_EINTR(x) ({ \
  /external/libchrome/base/posix/
eintr_wrapper.h 13 // Don't wrap close calls in HANDLE_EINTR. Use IGNORE_EINTR if the return
27 #define HANDLE_EINTR(x) ({ \
37 #define HANDLE_EINTR(x) ({ \
62 #define HANDLE_EINTR(x) (x)
  /external/libweave/third_party/chromium/base/posix/
eintr_wrapper.h 13 // Don't wrap close calls in HANDLE_EINTR. Use IGNORE_EINTR if the return
27 #define HANDLE_EINTR(x) ({ \
37 #define HANDLE_EINTR(x) ({ \
62 #define HANDLE_EINTR(x) (x)
  /external/libchrome/sandbox/linux/suid/
sandbox.c 45 #define HANDLE_EINTR(x) TEMP_FAILURE_RETRY(x)
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/
sanitizer_internal_defs.h 300 #define HANDLE_EINTR(res, f) \

Completed in 2254 milliseconds