Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
winMMCleanup
Function · 0.85
alsaCleanup
Function · 0.85
ossCleanup
Function · 0.85
nosoundCleanup
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