Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c144 static struct pollfd *pollv; variable
1880 if (pollv != NULL) in rebuild_pollv()
1881 free (pollv); in rebuild_pollv()
1882 pollv = (struct pollfd *) malloc(nprocs * sizeof pollv[0]); in rebuild_pollv()
1883 if (pollv == NULL) { in rebuild_pollv()
1892 pollv[j].fd = tcp->pfd; in rebuild_pollv()
1893 pollv[j].events = POLLWANT; in rebuild_pollv()
1921 proc_poll(pollv, nfds, timeout) in proc_poll() argument
1922 struct pollfd *pollv; in proc_poll()
1937 if (pollv[i].fd == pollinfo.fd)
[all …]
DChangeLog-CVS3872 [USE_PROCFS] (pollv): Make this a pointer, not an array; make static.