aboutsummaryrefslogtreecommitdiff
path: root/tests/test-thread-pool.c
AgeCommit message (Expand)Author
2019-06-03test-thread-pool: be more reliablePaolo Bonzini
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2017-02-21test-thread-pool: use generic AioContext infrastructurePaolo Bonzini
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-16tests: Clean up includesPeter Maydell
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2016-01-13error: Don't decorate original error message when adding to itMarkus Armbruster
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos
2014-09-22thread-pool: Convert thread_pool_aiocb_info.cancel to cancel_asyncFam Zheng
2014-07-09block: drop aio functions that operate on the main AioContextPaolo Bonzini
2014-05-28aio: Fix use-after-free in cancellation pathFam Zheng
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh
2013-08-19tests: adjust test-thread-pool to new aio_poll() semanticsStefan Hajnoczi
2013-07-04add a header file for atomic operationsPaolo Bonzini
2013-03-15threadpool: drop global thread poolStefan Hajnoczi
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-11tests: avoid qemu_aio_flush() in test-thread-pool.cStefan Hajnoczi
2012-11-27tests: make threadpool cancellation test looserPaolo Bonzini
2012-11-26tests: add thread pool unit testsPaolo Bonzini