Searched refs:stdin_poll (Results 1 – 1 of 1) sorted by relevance
494 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in perf_top__handle_keypress() local503 poll(&stdin_poll, 1, -1); in perf_top__handle_keypress()674 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in display_thread() local695 if (poll(&stdin_poll, 1, 0) > 0) in display_thread()704 switch (poll(&stdin_poll, 1, delay_msecs)) { in display_thread()