MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / run

Method run

gui/qt/emuthread.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void EmuThread::run() {
65 while (!(cpu_check_signals() & CPU_SIGNAL_EXIT)) {
66 emu_run(1u);
67 doStuff();
68 throttleWait();
69 }
70 asic_free();
71}
72
73void EmuThread::writeConsole(int console, const char *format, va_list args) {
74 if (type != console) {

Callers

nothing calls this directly

Calls 3

cpu_check_signalsFunction · 0.85
emu_runFunction · 0.85
asic_freeFunction · 0.85

Tested by

no test coverage detected