Searched defs:stdin_poll (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-top.c440 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; local
454 poll(&stdin_poll, 1, -1);
593 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; local
617 switch (poll(&stdin_poll, 1, delay_msecs)) {

Completed in 317 milliseconds