Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dthread-posix.h24 struct QemuCond { struct
31 QemuCond cond; argument
H A Dthread-win32.h21 struct QemuCond { struct
22 CONDITION_VARIABLE var;
23 bool initialized;
H A Dthread.h8 typedef struct QemuCond QemuCond; typedef