Home
last modified time | relevance | path

Searched refs:tid_fd (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc132 int tid_fd = -1; in OnFileCanReadWithoutBlocking() local
140 sizeof(tid_buf_addr) + sizeof(tid_fd) + in OnFileCanReadWithoutBlocking()
153 iov[5].iov_base = &tid_fd; in OnFileCanReadWithoutBlocking()
154 iov[5].iov_len = sizeof(tid_fd); in OnFileCanReadWithoutBlocking()
269 SYS_read, tid_fd, tid_buf_addr); in OnFileCanReadWithoutBlocking()
/external/chromium_org/components/breakpad/browser/
Dcrash_handler_host_linux.cc163 int tid_fd = -1; in OnFileCanReadWithoutBlocking() local
170 sizeof(tid_buf_addr) + sizeof(tid_fd) + in OnFileCanReadWithoutBlocking()
183 iov[3].iov_base = &tid_fd; in OnFileCanReadWithoutBlocking()
184 iov[3].iov_len = sizeof(tid_fd); in OnFileCanReadWithoutBlocking()
308 SYS_read, tid_fd, tid_buf_addr); in OnFileCanReadWithoutBlocking()