MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / wait

Function wait

Dependencies/soloud/src/core/soloud_thread.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 void wait(ThreadHandle aThreadHandle)
114 {
115 WaitForSingleObject(aThreadHandle->thread, INFINITE);
116 }
117
118 void release(ThreadHandle aThreadHandle)
119 {

Callers 7

winMMCleanupFunction · 0.85
alsaCleanupFunction · 0.85
ossCleanupFunction · 0.85
nosoundCleanupFunction · 0.85
xaudio2CleanupFunction · 0.85
wasapiCleanupFunction · 0.85
~PoolMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected