Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
int64_t KernelObject::nextOID = 2;
4
5
void KernelObject::Watch(KernelObjectWatcher& watcher, int events){
6
watcher.Signal();
7
}
8
9
void KernelObject::Unwatch(KernelObjectWatcher& watcher){
10
(void)watcher;
Callers
nothing calls this directly
Calls
1
Signal
Method · 0.80
Tested by
no test coverage detected