MCPcopy 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

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