Home
last modified time | relevance | path

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

/rt/
A Daio_suspend.c98 do_aio_misc_wait (unsigned int *cntr, const struct __timespec64 *timeout) in do_aio_misc_wait() argument
102 AIO_MISC_WAIT (result, *cntr, timeout, 1); in do_aio_misc_wait()
110 const struct __timespec64 *timeout) in ___aio_suspend_time64() argument
162 if (timeout != NULL) in ___aio_suspend_time64()
165 ts.tv_sec += timeout->tv_sec; in ___aio_suspend_time64()
166 ts.tv_nsec += timeout->tv_nsec; in ___aio_suspend_time64()
195 result = do_aio_misc_wait (&cntr, timeout == NULL ? NULL : &ts); in ___aio_suspend_time64()
199 timeout == NULL ? NULL : &ts32); in ___aio_suspend_time64()
270 const struct timespec *timeout)
274 if (timeout != NULL)
[all …]
A Dtst-aio6.c35 struct timespec timeout; in do_test() local
72 timeout.tv_sec = 3; in do_test()
73 timeout.tv_nsec = 0; in do_test()
74 if (aio_suspend ((const struct aiocb *const*) arr, 1, &timeout) != -1) in do_test()
A Dtst-aio7.c106 struct timespec timeout; in do_test() local
156 timeout.tv_sec = 3; in do_test()
157 timeout.tv_nsec = 0; in do_test()
158 r = aio_suspend ((const struct aiocb * const *) list, ELEMS, &timeout); in do_test()

Completed in 6 milliseconds