MCPcopy 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
173void SC::EventObject::signal()
174{
175 mutex.lock();
176 isSignaled = true;
177 cond.signal();
178 mutex.unlock();
179}

Callers 5

unlockReadMethod · 0.45
unlockWriteMethod · 0.45
releaseMethod · 0.45
waitForAvailableTaskMethod · 0.45
signalCompletedTaskMethod · 0.45

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected