Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ~ThreadBlocker
Method
~ThreadBlocker
Kernel/include/arch/x86_64/thread.h:50–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
virtual void Remove(thread_t* thread) = 0;
49
50
virtual ~ThreadBlocker() = default;
51
};
52
53
class GenericThreadBlocker : public ThreadBlocker{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected