Searched refs:timeout (Results 1 – 3 of 3) sorted by relevance
206 struct timespec timeout; in WaitKey() local208 timeout.tv_sec = now.tv_sec; in WaitKey()209 timeout.tv_nsec = now.tv_usec * 1000; in WaitKey()210 timeout.tv_sec += UI_WAIT_KEY_TIMEOUT_SEC; in WaitKey()215 &timeout); in WaitKey()
113 int ev_wait(int timeout) in ev_wait() argument117 r = poll(ev_fds, ev_count, timeout); in ev_wait()
66 int ev_wait(int timeout);