MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / unlockAudioMutex

Method unlockAudioMutex

extlibs/soloud/src/core/soloud.cpp:1993–2001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1991 }
1992
1993 void Soloud::unlockAudioMutex()
1994 {
1995 SOLOUD_ASSERT(mInsideAudioThreadMutex);
1996 mInsideAudioThreadMutex = false;
1997 if (mAudioThreadMutex)
1998 {
1999 Thread::unlockMutex(mAudioThreadMutex);
2000 }
2001 }
2002
2003};

Callers 7

playMethod · 0.80
getQueueCountMethod · 0.80
isCurrentlyPlayingMethod · 0.80
setFilterMethod · 0.80
calcFFTMethod · 0.80
getWaveMethod · 0.80
getApproximateVolumeMethod · 0.80

Calls 1

unlockMutexFunction · 0.85

Tested by

no test coverage detected