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

/linux-master/tools/perf/
H A Dbuiltin-top.c496 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; local
505 poll(&stdin_poll, 1, -1);
675 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; local
696 if (poll(&stdin_poll, 1, 0) > 0)
705 switch (poll(&stdin_poll, 1, delay_msecs)) {

Completed in 121 milliseconds