Home
last modified time | relevance | path

Searched refs:CoQueue (Results 1 – 25 of 144) sorted by relevance

123456

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dcoroutine.h176 typedef struct CoQueue { struct
178 } CoQueue; typedef
184 void qemu_co_queue_init(CoQueue *queue);
193 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock);
199 bool coroutine_fn qemu_co_queue_next(CoQueue *queue);
204 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue);
217 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock);
222 bool qemu_co_queue_empty(CoQueue *queue);
229 CoQueue queue;
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dcoroutine.h191 typedef struct CoQueue { struct
193 } CoQueue; typedef
199 void qemu_co_queue_init(CoQueue *queue);
208 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock);
214 bool coroutine_fn qemu_co_queue_next(CoQueue *queue);
219 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue);
232 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock);
237 bool qemu_co_queue_empty(CoQueue *queue);
244 CoQueue queue;
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dcoroutine.h191 typedef struct CoQueue { struct
193 } CoQueue; typedef
199 void qemu_co_queue_init(CoQueue *queue);
208 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock);
214 bool coroutine_fn qemu_co_queue_next(CoQueue *queue);
219 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue);
232 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock);
237 bool qemu_co_queue_empty(CoQueue *queue);
244 CoQueue queue;
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dcoroutine.h191 typedef struct CoQueue { struct
193 } CoQueue; typedef
199 void qemu_co_queue_init(CoQueue *queue);
208 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock);
214 bool coroutine_fn qemu_co_queue_next(CoQueue *queue);
219 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue);
232 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock);
237 bool qemu_co_queue_empty(CoQueue *queue);
244 CoQueue queue;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dcoroutine.h191 typedef struct CoQueue { struct
193 } CoQueue; typedef
199 void qemu_co_queue_init(CoQueue *queue);
208 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock);
214 bool coroutine_fn qemu_co_queue_next(CoQueue *queue);
219 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue);
232 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock);
237 bool qemu_co_queue_empty(CoQueue *queue);
244 CoQueue queue;
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dcoroutine.h191 typedef struct CoQueue { struct
193 } CoQueue; typedef
199 void qemu_co_queue_init(CoQueue *queue);
208 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock);
214 bool coroutine_fn qemu_co_queue_next(CoQueue *queue);
219 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue);
232 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock);
237 bool qemu_co_queue_empty(CoQueue *queue);
244 CoQueue queue;
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dcoroutine.h191 typedef struct CoQueue { struct
193 } CoQueue; typedef
199 void qemu_co_queue_init(CoQueue *queue);
208 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock);
215 bool qemu_co_queue_next(CoQueue *queue);
221 void qemu_co_queue_restart_all(CoQueue *queue);
234 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock);
239 bool qemu_co_queue_empty(CoQueue *queue);
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dcoroutine.h191 typedef struct CoQueue { struct
193 } CoQueue; typedef
199 void qemu_co_queue_init(CoQueue *queue);
208 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock);
214 bool coroutine_fn qemu_co_queue_next(CoQueue *queue);
219 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue);
232 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock);
237 bool qemu_co_queue_empty(CoQueue *queue);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dcoroutine.h191 typedef struct CoQueue { struct
193 } CoQueue; typedef
199 void qemu_co_queue_init(CoQueue *queue);
208 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock);
215 bool qemu_co_queue_next(CoQueue *queue);
221 void qemu_co_queue_restart_all(CoQueue *queue);
234 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock);
239 bool qemu_co_queue_empty(CoQueue *queue);
/dports/emulators/qemu42/qemu-4.2.1/util/
H A Dqemu-coroutine-lock.c37 void qemu_co_queue_init(CoQueue *queue) in qemu_co_queue_init()
42 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_queue_wait_impl()
70 static bool qemu_co_queue_do_restart(CoQueue *queue, bool single) in qemu_co_queue_do_restart()
88 bool coroutine_fn qemu_co_queue_next(CoQueue *queue) in qemu_co_queue_next()
94 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue) in qemu_co_queue_restart_all()
100 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_enter_next_impl()
120 bool qemu_co_queue_empty(CoQueue *queue) in qemu_co_queue_empty()
/dports/emulators/qemu5/qemu-5.2.0/util/
H A Dqemu-coroutine-lock.c37 void qemu_co_queue_init(CoQueue *queue) in qemu_co_queue_init()
42 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_queue_wait_impl()
70 static bool qemu_co_queue_do_restart(CoQueue *queue, bool single) in qemu_co_queue_do_restart()
88 bool qemu_co_queue_next(CoQueue *queue) in qemu_co_queue_next()
93 void qemu_co_queue_restart_all(CoQueue *queue) in qemu_co_queue_restart_all()
98 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_enter_next_impl()
118 bool qemu_co_queue_empty(CoQueue *queue) in qemu_co_queue_empty()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/util/
H A Dqemu-coroutine-lock.c37 void qemu_co_queue_init(CoQueue *queue) in qemu_co_queue_init()
42 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_queue_wait_impl()
70 static bool qemu_co_queue_do_restart(CoQueue *queue, bool single) in qemu_co_queue_do_restart()
88 bool coroutine_fn qemu_co_queue_next(CoQueue *queue) in qemu_co_queue_next()
94 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue) in qemu_co_queue_restart_all()
100 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_enter_next_impl()
120 bool qemu_co_queue_empty(CoQueue *queue) in qemu_co_queue_empty()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/util/
H A Dqemu-coroutine-lock.c38 void qemu_co_queue_init(CoQueue *queue) in qemu_co_queue_init()
43 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_queue_wait_impl()
71 static bool qemu_co_queue_do_restart(CoQueue *queue, bool single) in qemu_co_queue_do_restart()
89 bool coroutine_fn qemu_co_queue_next(CoQueue *queue) in qemu_co_queue_next()
95 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue) in qemu_co_queue_restart_all()
101 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_enter_next_impl()
121 bool qemu_co_queue_empty(CoQueue *queue) in qemu_co_queue_empty()
/dports/emulators/qemu-utils/qemu-4.2.1/util/
H A Dqemu-coroutine-lock.c37 void qemu_co_queue_init(CoQueue *queue) in qemu_co_queue_init()
42 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_queue_wait_impl()
70 static bool qemu_co_queue_do_restart(CoQueue *queue, bool single) in qemu_co_queue_do_restart()
88 bool coroutine_fn qemu_co_queue_next(CoQueue *queue) in qemu_co_queue_next()
94 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue) in qemu_co_queue_restart_all()
100 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_enter_next_impl()
120 bool qemu_co_queue_empty(CoQueue *queue) in qemu_co_queue_empty()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/util/
H A Dqemu-coroutine-lock.c37 void qemu_co_queue_init(CoQueue *queue) in qemu_co_queue_init()
42 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_queue_wait_impl()
70 static bool qemu_co_queue_do_restart(CoQueue *queue, bool single) in qemu_co_queue_do_restart()
88 bool coroutine_fn qemu_co_queue_next(CoQueue *queue) in qemu_co_queue_next()
94 void coroutine_fn qemu_co_queue_restart_all(CoQueue *queue) in qemu_co_queue_restart_all()
100 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_enter_next_impl()
120 bool qemu_co_queue_empty(CoQueue *queue) in qemu_co_queue_empty()
/dports/emulators/qemu/qemu-6.2.0/util/
H A Dqemu-coroutine-lock.c37 void qemu_co_queue_init(CoQueue *queue) in qemu_co_queue_init()
42 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_queue_wait_impl()
70 static bool qemu_co_queue_do_restart(CoQueue *queue, bool single) in qemu_co_queue_do_restart()
88 bool qemu_co_queue_next(CoQueue *queue) in qemu_co_queue_next()
93 void qemu_co_queue_restart_all(CoQueue *queue) in qemu_co_queue_restart_all()
98 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_enter_next_impl()
118 bool qemu_co_queue_empty(CoQueue *queue) in qemu_co_queue_empty()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/util/
H A Dqemu-coroutine-lock.c37 void qemu_co_queue_init(CoQueue *queue) in init_real_host_page_size()
42 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock)
70 static bool qemu_co_queue_do_restart(CoQueue *queue, bool single)
88 bool qemu_co_queue_next(CoQueue *queue)
93 void qemu_co_queue_restart_all(CoQueue *queue)
98 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock)
118 bool qemu_co_queue_empty(CoQueue *queue)
/dports/emulators/qemu60/qemu-6.0.0/util/
H A Dqemu-coroutine-lock.c37 void qemu_co_queue_init(CoQueue *queue) in qemu_co_queue_init()
42 void coroutine_fn qemu_co_queue_wait_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_queue_wait_impl()
70 static bool qemu_co_queue_do_restart(CoQueue *queue, bool single) in qemu_co_queue_do_restart()
88 bool qemu_co_queue_next(CoQueue *queue) in qemu_co_queue_next()
93 void qemu_co_queue_restart_all(CoQueue *queue) in qemu_co_queue_restart_all()
98 bool qemu_co_enter_next_impl(CoQueue *queue, QemuLockable *lock) in qemu_co_enter_next_impl()
118 bool qemu_co_queue_empty(CoQueue *queue) in qemu_co_queue_empty()
/dports/emulators/qemu42/qemu-4.2.1/fsdev/
H A Dqemu-fsdev-throttle.h26 CoQueue throttled_reqs[2];
/dports/emulators/qemu/qemu-6.2.0/fsdev/
H A Dqemu-fsdev-throttle.h26 CoQueue throttled_reqs[2];
/dports/emulators/qemu60/qemu-6.0.0/fsdev/
H A Dqemu-fsdev-throttle.h26 CoQueue throttled_reqs[2];
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/fsdev/
H A Dqemu-fsdev-throttle.h27 CoQueue throttled_reqs[2];
/dports/emulators/qemu5/qemu-5.2.0/fsdev/
H A Dqemu-fsdev-throttle.h26 CoQueue throttled_reqs[2];
/dports/emulators/qemu-utils/qemu-4.2.1/fsdev/
H A Dqemu-fsdev-throttle.h26 CoQueue throttled_reqs[2];
/dports/emulators/qemu-guest-agent/qemu-5.0.1/fsdev/
H A Dqemu-fsdev-throttle.h26 CoQueue throttled_reqs[2];

123456