Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c160 #define POLLWANT POLLWRNORM macro
162 #define POLLWANT POLLPRI macro
1890 pollv[j].events = POLLWANT; in rebuild_pollv()
2022 pollinfo.revents = POLLWANT;
2039 last < nprocs && (pollv[last].revents & POLLWANT)) { in choose_pfd()
2062 if (pollv[j].revents & POLLWANT) { in choose_pfd()
2118 pv.events = POLLWANT; in trace()
2124 else if (what == 1 && pv.revents & POLLWANT) { in trace()