Home
last modified time | relevance | path

Searched defs:QemuRecMutex (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dthread-win32.h15 typedef struct QemuRecMutex QemuRecMutex; typedef
16 struct QemuRecMutex { struct
17 CRITICAL_SECTION lock;
18 bool initialized;
H A Dthread-posix.h20 typedef struct QemuRecMutex { struct
22 } QemuRecMutex; typedef