Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ waitForProcessToFinish
Function
waitForProcessToFinish
source/kernel/kscheduler.cpp:240–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
void waitForProcessToFinish(const KProcessPtr& process, KThread* thread) {
241
while (!process->terminated) {
242
runThreadSlice(thread);
243
}
244
}
245
#endif
Callers
1
getFunctionName
Function · 0.50
Calls
1
runThreadSlice
Function · 0.85
Tested by
no test coverage detected