Home
last modified time | relevance | path

Searched refs:tid_fd (Results 1 – 1 of 1) 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()