Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dthread-posix.h29 struct QemuSemaphore { struct
30 QemuMutex mutex;
31 QemuCond cond;
32 unsigned int count;
H A Dthread-win32.h26 struct QemuSemaphore { struct
27 HANDLE sema;
28 bool initialized;
H A Dthread.h9 typedef struct QemuSemaphore QemuSemaphore; typedef