aboutsummaryrefslogtreecommitdiff
path: root/util/thread-pool.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky1-2/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2017-03-17thread-pool: add missing qemu_bh_cancel in completion functionPeter Lieven1-0/+7
2017-02-21block: explicitly acquire aiocontext in aio callbacks that need itPaolo Bonzini1-1/+3
2017-02-21block: explicitly acquire aiocontext in bottom halves that need itPaolo Bonzini1-0/+2
2017-02-21block: move AioContext, QEMUTimer, main-loop to libqemuutilPaolo Bonzini1-0/+343