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

Method getFileDescriptor_nolock

source/kernel/kprocess.cpp:635–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635KFileDescriptor* KProcess::getFileDescriptor_nolock(FD handle) {
636 return this->fds[handle].get();
637}
638
639void KProcess::clearFdHandle(FD handle) {
640 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(fdsMutex);

Callers 2

clearPollDataFunction · 0.80
internal_pollFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected