MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Unwatch

Method Unwatch

Kernel/include/objects/message.h:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 virtual void Unwatch(KernelObjectWatcher& watcher){
120 waiting.remove(&watcher);
121 }
122
123 inline uint16_t GetMaxMessageSize() const { return maxMessageSize; }
124

Callers 2

~KernelObjectWatcherMethod · 0.45
~FilesystemWatcherMethod · 0.45

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected