Searched defs:CPUState (Results 1 – 2 of 2) sorted by relevance
466 struct CPUState { struct468 DeviceState parent_obj;470 CPUClass *cc;473 int nr_threads;475 struct QemuThread *thread;477 QemuSemaphore sem;479 int thread_id;480 bool running, has_waiter;481 struct QemuCond *halt_cond;482 bool thread_kicked;[all …]
43 typedef struct CPUState CPUState; typedef