MCPcopy 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
240void waitForProcessToFinish(const KProcessPtr& process, KThread* thread) {
241 while (!process->terminated) {
242 runThreadSlice(thread);
243 }
244}
245#endif

Callers 1

getFunctionNameFunction · 0.50

Calls 1

runThreadSliceFunction · 0.85

Tested by

no test coverage detected