Home
last modified time | relevance | path

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

/external/linux-tools-perf/
Dbuiltin-top.c504 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in handle_keypress() local
518 poll(&stdin_poll, 1, -1); in handle_keypress()
626 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in display_thread() local
645 } while (!poll(&stdin_poll, 1, delay_msecs) == 1); in display_thread()