Home
last modified time | relevance | path

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

/system/utest/fdio/
A Dfdio_handle_fd.c122 int ppoll_result = ppoll(poll_fds, 1, timeout, NULL); in ppoll_test_handler()
155 int ppoll_result = ppoll(poll_fds, 1, &timeout, NULL); in ppoll_immediate_timeout_test()
/system/ulib/fdio/
A Dunistd.c2067 int ppoll(struct pollfd* fds, nfds_t n, in ppoll() function
2169 return ppoll(fds, n, ts, NULL); in poll()

Completed in 9 milliseconds