MCPcopy 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

WaitEventMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
SocketPoller.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected