On 03/11/2017 21:03, Eric Blake wrote:
> In include/qemu/coroutine.h, we have:
>
> /**
> * Yield the coroutine for a given duration
> *
> * Behaves similarly to co_sleep_ns(), but the sleeping coroutine will be
> * resumed when using aio_poll().
> */
> void coroutine_fn co_aio_sleep_ns(AioCon
On 11/03/2017 03:03 PM, Eric Blake wrote:
> In include/qemu/coroutine.h, we have:
>
> /**
> * Yield the coroutine for a given duration
> *
> * Behaves similarly to co_sleep_ns(), but the sleeping coroutine will be
> * resumed when using aio_poll().
> */
> void coroutine_fn co_aio_sleep_ns(Aio
In include/qemu/coroutine.h, we have:
/**
* Yield the coroutine for a given duration
*
* Behaves similarly to co_sleep_ns(), but the sleeping coroutine will be
* resumed when using aio_poll().
*/
void coroutine_fn co_aio_sleep_ns(AioContext *ctx, QEMUClockType type,
but there is no co_sleep_