OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safeclose
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc
106
# define
safeclose
(fd) syscall(SYS_close, fd)
macro
108
# define
safeclose
(fd) close(fd)
macro
154
if (fd != -1)
safeclose
(fd);
157
safeclose
(fd);
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc
101
# define
safeclose
(fd) syscall(SYS_close, fd)
macro
103
# define
safeclose
(fd) close(fd)
macro
149
if (fd != -1)
safeclose
(fd);
152
safeclose
(fd);
[
all
...]
Completed in 281 milliseconds