COMMITS
/ util/thread-pool.c July 14, 2023
A
thread-pool: signal "request_cond" while locked
Anthony PERARD committed
February 3, 2023
E
thread-pool: avoid passing the pool parameter every time
Emanuele Giuseppe Esposito committed
E
thread-pool: use ThreadPool from the running thread
Emanuele Giuseppe Esposito committed
May 14, 2022
P
thread-pool: remove stopping variable
Paolo Bonzini committed
P
thread-pool: replace semaphore with condition variable
Paolo Bonzini committed
P
thread-pool: optimize scheduling of completion bottom half
Paolo Bonzini committed
April 25, 2022
N
util/event-loop-base: Introduce options to set the thread pool size
Nicolas Saenz Julienne committed
April 4, 2020
D
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky committed
May 23, 2019
M
Include qemu-common.h exactly where needed
Markus Armbruster committed
March 16, 2017
P
thread-pool: add missing qemu_bh_cancel in completion function
Peter Lieven committed
February 13, 2017
P
block: explicitly acquire aiocontext in aio callbacks that need it
Paolo Bonzini committed
P
block: explicitly acquire aiocontext in bottom halves that need it
Paolo Bonzini committed
P
block: move AioContext, QEMUTimer, main-loop to libqemuutil
Paolo Bonzini committed