Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ readyForSignal
Method
readyForSignal
source/kernel/kthread.cpp:151–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
bool KThread::readyForSignal(U32 signal) {
152
return (((U64)1 << (signal - 1)) & ~(this->inSignal ? this->inSigMask : this->sigMask)) != 0;
153
}
154
155
U32 KThread::signal(U32 signal, bool wait) {
156
if (signal==0) {
Callers
1
writePipeClosed
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected