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

  /external/google-breakpad/src/common/linux/
eintr_wrapper.h 47 #define IGNORE_EINTR(x) ({ \
  /external/libchrome/base/posix/
eintr_wrapper.h 13 // Don't wrap close calls in HANDLE_EINTR. Use IGNORE_EINTR if the return
49 #define IGNORE_EINTR(x) ({ \
63 #define IGNORE_EINTR(x) (x)

Completed in 82 milliseconds