MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / wait

Function wait

extlibs/soloud/src/core/soloud_thread.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected