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

Method waitForEvents

source/kernel/kfile.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void KFile::waitForEvents(BOXEDWINE_CONDITION& parentCondition, U32 events) {
86 this->openFile->waitForEvents(parentCondition, events);
87}
88
89U32 KFile::write(KThread* thread, U32 buffer, U32 len) {
90 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(filePosMutex);

Callers 2

clearPollDataFunction · 0.45
internal_pollFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected