MCPcopy 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
29void KFile::setBlocking(bool blocking) {
30 if (blocking) {
31 kdebug("KFile::setBlocking not implemented");
32 }
33}
34
35bool KFile::isBlocking() {
36 return false;

Callers 2

fcntrlMethod · 0.45
timerfd_createMethod · 0.45

Calls 1

kdebugFunction · 0.85

Tested by

no test coverage detected