Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ Signal
Method
Signal
src/Nazara/Core/ConditionVariable.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
*/
54
55
void ConditionVariable::Signal()
56
{
57
m_impl->Signal();
58
}
59
60
/*!
61
* \brief Sends a signal to every threads waiting on the condition
Callers
2
WindowThread
Method · 0.45
WindowThread
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected