Home
last modified time | relevance | path

Searched refs:timeout_ts (Results 1 - 2 of 2) 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() argument
1097 timeout = (timeout_ts == NULL) ? -1 : (timeout_ts->tv_sec * 1000 + timeout_ts->tv_nsec / 1000000); in ppoll_fallback()
/third_party/python/Modules/
H A Dtimemodule.c2129 struct timespec timeout_ts; local
2150 if (_PyTime_AsTimespec(timeout, &timeout_ts) < 0) {
2165 ret = nanosleep(&timeout_ts, NULL);

Completed in 7 milliseconds