Home
last modified time | relevance | path

Searched defs:timeout_ts (Results 1 – 2 of 2) sorted by relevance

/system/utest/fdio/
A Dfdio_handle_fd.c132 struct timespec timeout_ts = {-1, -1}; in ppoll_negative_test() local
142 …struct timespec timeout_ts = {UINT64_MAX / nanoseconds_in_seconds, UINT64_MAX % nanoseconds_in_sec… in ppoll_overflow_test() local
/system/ulib/fdio/
A Dunistd.c2068 const struct timespec* timeout_ts, const sigset_t* sigmask) { in ppoll()
2167 struct timespec timeout_ts = {timeout / 1000, (timeout % 1000) * 1000000}; in poll() local

Completed in 8 milliseconds