Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ setBlocking
Method
setBlocking
source/kernel/kfile.cpp:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void KFile::setBlocking(bool blocking) {
30
if (blocking) {
31
kdebug(
"KFile::setBlocking not implemented"
);
32
}
33
}
34
35
bool KFile::isBlocking() {
36
return false;
Callers
2
fcntrl
Method · 0.45
timerfd_create
Method · 0.45
Calls
1
kdebug
Function · 0.85
Tested by
no test coverage detected