MCPcopy Create free account
hub / github.com/LMMS/lmms / runChangesInModel

Method runChangesInModel

src/core/Mixer.cpp:827–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825
826
827void Mixer::runChangesInModel()
828{
829 if( m_changesSignal )
830 {
831 m_waitChangesMutex.lock();
832 m_changesRequestCondition.wakeOne();
833 m_changesMixerCondition.wait( &m_waitChangesMutex );
834 m_waitChangesMutex.unlock();
835 }
836}
837
838bool Mixer::isAudioDevNameValid(QString name)
839{

Callers 1

writeMethod · 0.80

Calls 3

lockMethod · 0.45
waitMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected