Home
last modified time | relevance | path

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

12

/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dthread-win32.h27 struct QemuCond { struct
28 CONDITION_VARIABLE var;
29 bool initialized;
H A Dthread-posix.h22 struct QemuCond { struct
23 pthread_cond_t cond;
24 bool initialized;
H A Dthread.h7 typedef struct QemuCond QemuCond; typedef
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dthread-win32.h21 struct QemuCond { struct
22 CONDITION_VARIABLE var;
23 bool initialized;
H A Dthread-posix.h24 struct QemuCond { struct
25 pthread_cond_t cond;
26 bool initialized;
H A Dthread.h7 typedef struct QemuCond QemuCond; typedef
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dthread-win32.h27 struct QemuCond { struct
28 CONDITION_VARIABLE var;
29 bool initialized;
H A Dthread-posix.h22 struct QemuCond { struct
23 pthread_cond_t cond;
24 bool initialized;
H A Dthread.h7 typedef struct QemuCond QemuCond; typedef
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dthread-win32.h27 struct QemuCond { struct
28 CONDITION_VARIABLE var;
29 bool initialized;
H A Dthread-posix.h22 struct QemuCond { struct
23 pthread_cond_t cond;
24 bool initialized;
H A Dthread.h7 typedef struct QemuCond QemuCond; typedef
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dthread-win32.h27 struct QemuCond { struct
28 CONDITION_VARIABLE var;
29 bool initialized;
H A Dthread-posix.h22 struct QemuCond { struct
23 pthread_cond_t cond;
24 bool initialized;
H A Dthread.h7 typedef struct QemuCond QemuCond; typedef
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dthread-win32.h27 struct QemuCond { struct
28 CONDITION_VARIABLE var;
29 bool initialized;
H A Dthread-posix.h22 struct QemuCond { struct
23 pthread_cond_t cond;
24 bool initialized;
H A Dthread.h7 typedef struct QemuCond QemuCond; typedef
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dthread-win32.h21 struct QemuCond { struct
22 CONDITION_VARIABLE var;
23 bool initialized;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dthread-win32.h27 struct QemuCond { struct
28 CONDITION_VARIABLE var;
29 bool initialized;
H A Dthread-posix.h22 struct QemuCond { struct
23 pthread_cond_t cond;
24 bool initialized;
H A Dthread.h7 typedef struct QemuCond QemuCond; typedef
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dthread-win32.h27 struct QemuCond { struct
28 CONDITION_VARIABLE var;
29 bool initialized;
H A Dthread-posix.h22 struct QemuCond { struct
23 pthread_cond_t cond;
24 bool initialized;
H A Dthread.h7 typedef struct QemuCond QemuCond; typedef

12