MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / setAsync

Method setAsync

source/io/fsvirtualopennode.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 bool canMap() override {return false;}
36 U32 ioctl(KThread* thread, U32 request) override {return -K_ENODEV; }
37 void setAsync(bool isAsync) override {if (isAsync) kdebug("FsVirtualOpenNode::setAsync not implemented");}
38 bool isAsync() override {return false;}
39 void waitForEvents(BOXEDWINE_CONDITION& parentCondition, U32 events) override { kdebug("FsVirtualOpenNode::waitForEvents not implemented");}
40 bool isWriteReady() override {return true;}

Callers

nothing calls this directly

Calls 1

kdebugFunction · 0.85

Tested by

no test coverage detected