OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tid_fd
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
crash_handler_host_linux.cc
132
int
tid_fd
= -1;
local
140
sizeof(tid_buf_addr) + sizeof(
tid_fd
) +
153
iov[5].iov_base = &
tid_fd
;
154
iov[5].iov_len = sizeof(
tid_fd
);
269
SYS_read,
tid_fd
, tid_buf_addr);
/external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc
163
int
tid_fd
= -1;
local
170
sizeof(tid_buf_addr) + sizeof(
tid_fd
) +
183
iov[3].iov_base = &
tid_fd
;
184
iov[3].iov_len = sizeof(
tid_fd
);
308
SYS_read,
tid_fd
, tid_buf_addr);
Completed in 326 milliseconds