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

Method lockAudioMutex

extlibs/soloud/src/core/soloud.cpp:1983–1991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1981 }
1982
1983 void Soloud::lockAudioMutex()
1984 {
1985 if (mAudioThreadMutex)
1986 {
1987 Thread::lockMutex(mAudioThreadMutex);
1988 }
1989 SOLOUD_ASSERT(!mInsideAudioThreadMutex);
1990 mInsideAudioThreadMutex = true;
1991 }
1992
1993 void Soloud::unlockAudioMutex()
1994 {

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

lockMutexFunction · 0.85

Tested by

no test coverage detected