Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ terminateCurrentThread
Function
terminateCurrentThread
source/kernel/kscheduler.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
}
120
121
void terminateCurrentThread(KThread* thread) {
122
thread->terminating = true;
123
unscheduleThread(thread);
124
}
125
126
S32 contextTime = 100000;
127
S32 contextTimeRemaining = 100000;
Callers
4
ksyscall
Function · 0.70
exit
Method · 0.70
exitgroup
Method · 0.70
signal
Method · 0.70
Calls
1
unscheduleThread
Function · 0.70
Tested by
no test coverage detected