Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
private:
251
void Start()
252
{
253
Core::Thread t(ThreadRun, this);
254
t.Detach();
255
}
256
257
static void ThreadRun(void* data);
258
Callers
8
Start
Function · 0.45
game_main_loop
Function · 0.45
KYTY_SYSV_ABI KernelUsleep
Function · 0.45
KYTY_SYSV_ABI KernelSleep
Function · 0.45
KYTY_SYSV_ABI KernelNanosleep
Function · 0.45
Wait
Method · 0.45
WaitForEvents
Method · 0.45
Wait
Method · 0.45
Calls
1
Detach
Method · 0.45
Tested by
no test coverage detected