Home
last modified time | relevance | path

Searched defs:QemuEvent (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dthread-posix.h35 struct QemuEvent { struct
37 pthread_mutex_t lock;
38 pthread_cond_t cond;
40 unsigned value;
41 bool initialized;
H A Dthread-win32.h31 struct QemuEvent { struct
32 int value;
33 HANDLE event;
34 bool initialized;
H A Dthread.h10 typedef struct QemuEvent QemuEvent; typedef