Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ isAsync
Method
isAsync
source/kernel/kfile.cpp:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
bool KFile::isAsync() {
44
return this->openFile->isAsync();
45
}
46
47
void KFile::unlockAll(U32 pid) {
48
FsOpenNode* openNode = this->openFile;
Callers
1
fcntrl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected