MCPcopy 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
43bool KFile::isAsync() {
44 return this->openFile->isAsync();
45}
46
47void KFile::unlockAll(U32 pid) {
48 FsOpenNode* openNode = this->openFile;

Callers 1

fcntrlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected