Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dignore_ret.h38 #define IGNORE_RET(x) do { if (x); } while (0) macro
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_client.cc84 IGNORE_RET(HANDLE_EINTR(sys_read(fds[0], &b, 1))); in RequestDump()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer_unittest.cc64 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc75 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
169 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
290 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc192 IGNORE_RET(HANDLE_EINTR(sys_write(fd, &len, sizeof(len)))); in DoneCallback()
193 IGNORE_RET(HANDLE_EINTR(sys_write(fd, descriptor.path(), len))); in DoneCallback()
923 IGNORE_RET(HANDLE_EINTR(sys_read(fds[0], &b, 1))); in CrashHandler()