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:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user