MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / clearFdHandle

Method clearFdHandle

source/kernel/kprocess.cpp:639–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639void KProcess::clearFdHandle(FD handle) {
640 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(fdsMutex);
641 this->fds.remove(handle);
642 fdNode->removeChildByName(BString::valueOf(handle));
643}
644
645bool KProcess::isStopped() {
646 return false;

Callers

nothing calls this directly

Calls 2

removeChildByNameMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected