summaryrefslogtreecommitdiffstats
path: root/util/thread-pool.c
Commit message (Expand)AuthorAgeFilesLines
* thread-pool: remove stopping variablePaolo Bonzini2022-05-251-3/+2Star
* thread-pool: replace semaphore with condition variablePaolo Bonzini2022-05-251-40/+28Star
* thread-pool: optimize scheduling of completion bottom halfPaolo Bonzini2022-05-251-2/+1Star
* util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne2022-05-091-4/+51
* lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2020-05-041-2/+1Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* thread-pool: add missing qemu_bh_cancel in completion functionPeter Lieven2017-03-171-0/+7
* block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini2017-02-211-1/+3
* block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini2017-02-211-0/+2
* block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini2017-02-211-0/+343