Home
last modified time | relevance | path

Searched refs:thread_pool_submit (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/block/
H A Dthread-pool.h61 void thread_pool_submit(ThreadPool *pool, ThreadPoolFunc *func,
/openbmc/qemu/util/
H A Dthread-pool.c444 void thread_pool_submit(ThreadPool *pool, ThreadPoolFunc *func, in thread_pool_submit() function
468 thread_pool_submit(pool, func, opaque, opaque_destroy); in thread_pool_submit_immediate()