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