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

Method waitForEvents

source/io/fsmemopennode.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void FsMemOpenNode::waitForEvents(BOXEDWINE_CONDITION& parentCondition, U32 events) {
71 kdebug("FsMemOpenNode::::waitForEvents not implemented");
72}
73
74bool FsMemOpenNode::isWriteReady() {
75 return (this->flags & K_O_ACCMODE)!=K_O_RDONLY;

Callers

nothing calls this directly

Calls 1

kdebugFunction · 0.85

Tested by

no test coverage detected