Lines Matching refs:result
100 int result = 0; in do_aio_misc_wait() local
102 AIO_MISC_WAIT (result, *cntr, timeout, 1); in do_aio_misc_wait()
104 return result; in do_aio_misc_wait()
125 int result = 0; in ___aio_suspend_time64() local
145 waitlist[cnt].result = NULL; in ___aio_suspend_time64()
195 result = do_aio_misc_wait (&cntr, timeout == NULL ? NULL : &ts); in ___aio_suspend_time64()
198 result = pthread_cond_timedwait (&cond, &__aio_requests_mutex, in ___aio_suspend_time64()
235 if (result != 0) in ___aio_suspend_time64()
241 if (result == ETIMEDOUT) in ___aio_suspend_time64()
245 __set_errno (result); in ___aio_suspend_time64()
247 result = -1; in ___aio_suspend_time64()
253 return result; in ___aio_suspend_time64()