Searched refs:poll_timeout (Results 1 – 3 of 3) sorted by relevance
26 int poll_timeout; variable33 poll_timeout = -1; in test_common_beforepoll()36 &poll_timeout, now); in test_common_beforepoll()49 int r = poll(poll_fds, poll_nfds, poll_timeout); in test_common_dopoll()
27 extern int poll_timeout;
1326 int poll_timeout; /* timeout in milliseconds */ in handle_io() local1360 poll_timeout = (int)duration; in handle_io()1363 ret = poll(fds, nr_fds, next_timeout ? poll_timeout : -1); in handle_io()
Completed in 5 milliseconds