Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamoZ256/hydra
/ ExitThread
Method
ExitThread
src/core/horizon/kernel/kernel.cpp:491–495 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
}
490
491
void Kernel::ExitThread(IThread* crnt_thread) {
492
LOG_DEBUG(Kernel,
"ExitThread called"
);
493
494
crnt_thread->Stop();
495
}
496
497
void Kernel::SleepThread(i64 nano) {
498
LOG_DEBUG(Kernel,
"SleepThread called (nano: {})"
, nano);
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.45
Tested by
no test coverage detected