Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ signal
Method
signal
Libraries/Threading/Threading.cpp:173–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
void SC::EventObject::signal()
174
{
175
mutex.lock();
176
isSignaled = true;
177
cond.signal();
178
mutex.unlock();
179
}
Callers
5
unlockRead
Method · 0.45
unlockWrite
Method · 0.45
release
Method · 0.45
waitForAvailableTask
Method · 0.45
signalCompletedTask
Method · 0.45
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected