Lines Matching full:loop
159 * aio_poll or the glib main event loop, making event_notifier_set
245 * ctx->list_lock. Iterated and modified mostly by the event loop thread
263 * AioContext provide a mini event-loop that can be waited on synchronously.
343 * or go through another iteration of the GLib main loop. Hence, aio_notify
345 * that the main loop waits for.
378 * These are internal functions used by the QEMU main loop.
387 * Scheduling a bottom half interrupts the main loop and causes the
391 * invoked. This can create an infinite loop if a bottom half handler
404 * loop that executes bottom halves unless you are holding the iothread
501 /* Return a GSource that lets the main loop poll the file descriptors attached
666 * Return the AioContext whose event loop runs in the current thread.
670 * will be the main loop AioContext.
672 * Note that the return value is never the main loop's iohandler_ctx and the
673 * return value is the main loop AioContext instead.