Home
last modified time | relevance | path

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

/qemu/util/
H A Dthread-pool.c271 typedef struct ThreadPoolCo { struct
274 } ThreadPoolCo; typedef
278 ThreadPoolCo *co = opaque; in thread_pool_co_cb()
286 ThreadPoolCo tpc = { .co = qemu_coroutine_self(), .ret = -EINPROGRESS }; in thread_pool_submit_co()