Searched refs:stdin_poll (Results 1 – 1 of 1) sorted by relevance
504 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in handle_keypress() local518 poll(&stdin_poll, 1, -1); in handle_keypress()626 struct pollfd stdin_poll = { .fd = 0, .events = POLLIN }; in display_thread() local645 } while (!poll(&stdin_poll, 1, delay_msecs) == 1); in display_thread()