Also name these BLockers.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33707 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2009-10-21 15:29:31 +00:00
parent 1d984896da
commit 6c4570c807
2 changed files with 2 additions and 2 deletions
@@ -44,7 +44,7 @@
MixerCore::MixerCore(AudioMixer *node) MixerCore::MixerCore(AudioMixer *node)
: fLocker(new BLocker), : fLocker(new BLocker("mixer core lock")),
fInputs(new BList), fInputs(new BList),
fOutput(0), fOutput(0),
fNextInputID(1), fNextInputID(1),
@@ -24,7 +24,7 @@
#define SETTINGS_VERSION ((int32)0x94251601) #define SETTINGS_VERSION ((int32)0x94251601)
MixerSettings::MixerSettings() MixerSettings::MixerSettings()
: fLocker(new BLocker), : fLocker(new BLocker("mixer settings lock")),
fSettingsFile(0), fSettingsFile(0),
fSettingsDirty(false), fSettingsDirty(false),
fSettingsLastChange(0), fSettingsLastChange(0),