Searched refs:ppoll (Results 1 – 2 of 2) sorted by relevance
| /system/utest/fdio/ |
| A D | fdio_handle_fd.c | 122 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 D | unistd.c | 2067 int ppoll(struct pollfd* fds, nfds_t n, in ppoll() function 2169 return ppoll(fds, n, ts, NULL); in poll()
|
Completed in 9 milliseconds