Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Block
Method
Block
Kernel/include/arch/x86_64/thread.h:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
public:
58
void Block(thread_t* th) final {
59
assert(th);
60
blocked.add_back(th);
61
}
62
63
void Remove(thread_t* th) final {
64
assert(th);
Callers
nothing calls this directly
Calls
1
add_back
Method · 0.45
Tested by
no test coverage detected