Searched refs:os_poll (Results 1 – 3 of 3) sorted by relevance
77 while (os_poll(1, &time_travel_ext_fd) != 0) { in time_travel_handle_message()160 while ((ret = os_poll(2, fds))) { in __time_travel_wait_readable()
181 int os_poll(unsigned int n, const int *fds);
681 int os_poll(unsigned int n, const int *fds) in os_poll() function