Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ pauseThread
Function
pauseThread
TheForceEngine/TFE_Audio/midiPlayer.cpp:257–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
void pauseThread()
258
{
259
if (!s_tPaused && s_midiThreadMutex)
260
{
261
SDL_LockMutex(s_midiThreadMutex);
262
s_tPaused = true;
263
}
264
}
265
266
void resumeThread()
267
{
Callers
1
configSound
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected