Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dthread.h10 typedef struct QemuEvent QemuEvent; typedef
183 void qemu_event_init(QemuEvent *ev, bool init);
184 void qemu_event_set(QemuEvent *ev);
185 void qemu_event_reset(QemuEvent *ev);
186 void qemu_event_wait(QemuEvent *ev);
187 void qemu_event_destroy(QemuEvent *ev);
H A Dthread-posix.h35 struct QemuEvent { struct
H A Dthread-win32.h31 struct QemuEvent { struct
H A Drcu.h55 extern QemuEvent rcu_gp_event;
/qemu/util/
H A Dqemu-thread-posix.c323 static inline void qemu_futex_wake(QemuEvent *ev, int n) in qemu_futex_wake()
335 static inline void qemu_futex_wait(QemuEvent *ev, unsigned val) in qemu_futex_wait()
364 void qemu_event_init(QemuEvent *ev, bool init) in qemu_event_init()
375 void qemu_event_destroy(QemuEvent *ev) in qemu_event_destroy()
385 void qemu_event_set(QemuEvent *ev) in qemu_event_set()
408 void qemu_event_reset(QemuEvent *ev) in qemu_event_reset()
425 void qemu_event_wait(QemuEvent *ev) in qemu_event_wait()
H A Dqemu-thread-win32.c257 void qemu_event_init(QemuEvent *ev, bool init) in qemu_event_init()
265 void qemu_event_destroy(QemuEvent *ev) in qemu_event_destroy()
272 void qemu_event_set(QemuEvent *ev) in qemu_event_set()
295 void qemu_event_reset(QemuEvent *ev) in qemu_event_reset()
312 void qemu_event_wait(QemuEvent *ev) in qemu_event_wait()
H A Drcu.c48 QemuEvent rcu_gp_event;
185 static QemuEvent rcu_call_ready_event;
319 QemuEvent drain_complete_event;
H A Dqemu-timer.c75 QemuEvent timers_done_ev;
/qemu/migration/
H A Dmigration.h93 QemuEvent main_thread_load_event;
372 QemuEvent colo_checkpoint_event;
/qemu/accel/
H A Daccel-blocker.c34 static QemuEvent accel_in_ioctl_event;
/qemu/docs/spin/
H A Dwin32-qemu-event.promela2 * This model describes the implementation of QemuEvent in
/qemu/tests/unit/
H A Dtest-aio-multithread.c28 static QemuEvent done_event;
H A Dtest-bdrv-drain.c33 static QemuEvent done_event;
/qemu/docs/devel/
H A Drcu.txt178 or through the QemuCond/QemuSemaphore/QemuEvent APIs.
184 either manually or by using the QemuCond/QemuSemaphore/QemuEvent
H A Datomics.rst38 primitives (such as RCU, ``QemuEvent`` or ``QemuLockCnt``). Bare use of
/qemu/ui/
H A Dcocoa.m104 static QemuEvent cbevent;