MCPcopy Create free account
hub / github.com/InoriRus/Kyty / Start

Method Start

source/emulator/src/Graphics/GraphicsRun.cpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249
250private:
251 void Start()
252 {
253 Core::Thread t(ThreadRun, this);
254 t.Detach();
255 }
256
257 static void ThreadRun(void* data);
258

Callers 8

StartFunction · 0.45
game_main_loopFunction · 0.45
WaitMethod · 0.45
WaitForEventsMethod · 0.45
WaitMethod · 0.45

Calls 1

DetachMethod · 0.45

Tested by

no test coverage detected