Lines Matching full:an
16 QEMU is an event-driven program that can do several things at once using an
53 The main difference between legacy code and new code that can run in an
67 * LEGACY ``qemu_aio_set_event_notifier()`` - monitor an event notifier
71 * LEGACY ``qemu_aio_wait()`` - run an event loop iteration
74 runs in an ``IOThread``. They might cause a crash or deadlock if called from an
79 * ``aio_set_event_notifier()`` - monitor an event notifier
83 * ``aio_poll()`` - run an event loop iteration
93 ``qemu_get_aio_context()``. Code that takes an ``AioContext`` argument
97 How to synchronize with an ``IOThread``
104 are thread-safe. They can be used to trigger activity in an ``IOThread``.
118 ``BlockDriverState`` is associated with an ``AioContext`` using
123 Block layer code must therefore expect to run in an ``IOThread`` and avoid using
129 in an ``IOThread``, the ``IOThread`` can also process requests from the guest