Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ Wait
Method
Wait
src/Nazara/Core/Semaphore.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
*/
69
70
void Semaphore::Wait()
71
{
72
m_impl->Wait();
73
}
74
75
/*!
76
* \brief Decrements the count of the semaphore and wait if count equals zero
Callers
4
WaitEvent
Method · 0.45
Create
Method · 0.45
Create
Method · 0.45
SocketPoller.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected