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

Method Watch

Kernel/src/objects/kobject.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3int64_t KernelObject::nextOID = 2;
4
5void KernelObject::Watch(KernelObjectWatcher& watcher, int events){
6 watcher.Signal();
7}
8
9void KernelObject::Unwatch(KernelObjectWatcher& watcher){
10 (void)watcher;

Callers

nothing calls this directly

Calls 1

SignalMethod · 0.80

Tested by

no test coverage detected