Home
last modified time | relevance | path

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

/glibc-2.36/rt/
Daio_suspend.c98 do_aio_misc_wait (unsigned int *cntr, const struct __timespec64 *timeout) in do_aio_misc_wait() function
195 result = do_aio_misc_wait (&cntr, timeout == NULL ? NULL : &ts); in ___aio_suspend_time64()
/glibc-2.36/ChangeLog.old/
DChangeLog.225693 [DONT_NEED_AIO_MISC_COND](do_aio_misc_wait): Modified function.
DChangeLog.1835128 (do_aio_misc_wait): Give argument CNTR type 'unsigned int *'.
57895 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
92806 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
DChangeLog.239231 [DONT_NEED_AIO_MISC_COND](do_aio_misc_wait): New.