OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IGNORE_RET
(Results
1 - 5
of
5
) sorted by null
/external/google-breakpad/src/common/linux/
ignore_ret.h
35
// the call fails,
IGNORE_RET
() can be used to mark the return code as ignored.
38
#define
IGNORE_RET
(x) do { if (x); } while (0)
/external/google-breakpad/src/client/linux/crash_generation/
crash_generation_client.cc
39
#include "common/linux/
ignore_ret
.h"
84
IGNORE_RET
(HANDLE_EINTR(sys_read(fds[0], &b, 1)));
/external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer_unittest.cc
40
#include "common/linux/
ignore_ret
.h"
64
IGNORE_RET
(HANDLE_EINTR(read(fds[0], &b, sizeof(b))));
/external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc
47
#include "common/linux/
ignore_ret
.h"
75
IGNORE_RET
(HANDLE_EINTR(read(fds[0], &b, sizeof(b))));
169
IGNORE_RET
(HANDLE_EINTR(read(fds[0], &b, sizeof(b))));
290
IGNORE_RET
(HANDLE_EINTR(read(fds[0], &b, sizeof(b))));
/external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc
49
#include "common/linux/
ignore_ret
.h"
192
IGNORE_RET
(HANDLE_EINTR(sys_write(fd, &len, sizeof(len))));
193
IGNORE_RET
(HANDLE_EINTR(sys_write(fd, descriptor.path(), len)));
923
IGNORE_RET
(HANDLE_EINTR(sys_read(fds[0], &b, 1)));
[
all
...]
Completed in 117 milliseconds