Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ~KernelObject
Method
~KernelObject
Kernel/include/objects/kobject.h:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
virtual void Destroy() = 0;
43
virtual ~KernelObject(){
44
45
}
46
};
47
48
class KernelObjectWatcher : public Semaphore{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected