Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
winMMCleanup
Function · 0.85
alsaCleanup
Function · 0.85
ossCleanup
Function · 0.85
xaudio2Cleanup
Function · 0.85
wasapiCleanup
Function · 0.85
~Pool
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected