Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ release
Function
release
extlibs/soloud/src/core/soloud_thread.cpp:116–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void release(ThreadHandle aThreadHandle)
117
{
118
CloseHandle(aThreadHandle->thread);
119
delete aThreadHandle;
120
}
121
122
#else // pthreads
123
struct ThreadHandleData
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