OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IGNORE_EINTR
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/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)
/external/chromium_org/ppapi/tests/
test_broker.cc
70
#define
IGNORE_EINTR
(x) ({ \
137
return !
IGNORE_EINTR
(::close(file));
163
if (
IGNORE_EINTR
(::close(fd))) {
Completed in 138 milliseconds