summaryrefslogtreecommitdiff
path: root/tests/test-thread-pool.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-1/+1
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos1-1/+9
2014-09-22thread-pool: Convert thread_pool_aiocb_info.cancel to cancel_asyncFam Zheng1-8/+26
2014-07-09block: drop aio functions that operate on the main AioContextPaolo Bonzini1-2/+2
2014-05-28aio: Fix use-after-free in cancellation pathFam Zheng1-1/+1
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh1-0/+3
2013-08-19tests: adjust test-thread-pool to new aio_poll() semanticsStefan Hajnoczi1-12/+12
2013-07-04add a header file for atomic operationsPaolo Bonzini1-4/+4
2013-03-15threadpool: drop global thread poolStefan Hajnoczi1-23/+21
2012-12-19block: move include files to include/block/Paolo Bonzini1-3/+3
2012-12-11tests: avoid qemu_aio_flush() in test-thread-pool.cStefan Hajnoczi1-6/+14
2012-11-27tests: make threadpool cancellation test looserPaolo Bonzini1-2/+5
2012-11-26tests: add thread pool unit testsPaolo Bonzini1-0/+213