summaryrefslogtreecommitdiff
path: root/util/thread-pool.c
AgeCommit message (Expand)Author
2022-05-25thread-pool: remove stopping variablePaolo Bonzini
2022-05-25thread-pool: replace semaphore with condition variablePaolo Bonzini
2022-05-25thread-pool: optimize scheduling of completion bottom halfPaolo Bonzini
2022-05-09util/event-loop-base: Introduce options to set the thread pool sizeNicolas Saenz Julienne
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2017-03-17thread-pool: add missing qemu_bh_cancel in completion functionPeter Lieven
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini
2017-02-21block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini