Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
635
KFileDescriptor* KProcess::getFileDescriptor_nolock(FD handle) {
636
return this->fds[handle].get();
637
}
638
639
void KProcess::clearFdHandle(FD handle) {
640
BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(fdsMutex);
Callers
2
clearPollData
Function · 0.80
internal_poll
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected