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

View File

@ -44,7 +44,7 @@
MixerCore::MixerCore(AudioMixer *node)
: fLocker(new BLocker),
: fLocker(new BLocker("mixer core lock")),
fInputs(new BList),
fOutput(0),
fNextInputID(1),

View File

@ -24,7 +24,7 @@
#define SETTINGS_VERSION ((int32)0x94251601)
MixerSettings::MixerSettings()
: fLocker(new BLocker),
: fLocker(new BLocker("mixer settings lock")),
fSettingsFile(0),
fSettingsDirty(false),
fSettingsLastChange(0),