Home
last modified time | relevance | path

Searched refs:ppoll_fallback (Results 1 - 1 of 1) sorted by relevance

/third_party/eudev/src/shared/
H A Dutil.c1093 static inline int ppoll_fallback(struct pollfd *fds, nfds_t nfds, const struct timespec *timeout_ts, const sigset_t *sigmask) { in ppoll_fallback() function
1121 r = ppoll_fallback(&pollfd, 1, t == USEC_INFINITY ? NULL : timespec_store(&ts, t), NULL); in fd_wait_for_event()

Completed in 3 milliseconds