Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ resumeThread
Function
resumeThread
TheForceEngine/TFE_Audio/midiPlayer.cpp:266–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
void resumeThread()
267
{
268
if (s_tPaused && s_midiThreadMutex)
269
{
270
SDL_UnlockMutex(s_midiThreadMutex);
271
s_tPaused = false;
272
}
273
}
274
275
void pause()
276
{
Callers
1
configSound
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected