Home
last modified time | relevance | path

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

/external/nos/host/generic/libnos_transport/
Dtransport.c354 struct timespec abort_at; in poll_until_done() local
359 abort_at.tv_sec = now.tv_sec + POLL_LIMIT_SECONDS; in poll_until_done()
360 abort_at.tv_nsec = now.tv_nsec; in poll_until_done()
396 } while (timespec_before(&now, &abort_at)); in poll_until_done()