summaryrefslogtreecommitdiff
path: root/thread-pool.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15threadpool: drop global thread poolStefan Hajnoczi1-16/+7
2013-03-15threadpool: add thread_pool_new() and thread_pool_free()Stefan Hajnoczi1-4/+48
2013-03-15threadpool: move globals into struct ThreadPoolStefan Hajnoczi1-80/+110
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-4/+4
2012-12-19block: move include files to include/block/Paolo Bonzini1-3/+3
2012-11-14aio: rename AIOPool to AIOCBInfoStefan Hajnoczi1-2/+2
2012-10-31threadpool: do not take lock in event_notifier_readyPaolo Bonzini1-6/+13
2012-10-31aio: add generic thread-pool facilityPaolo Bonzini1-0/+282