aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llthread.cpp')
-rw-r--r--linden/indra/llcommon/llthread.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llcommon/llthread.cpp b/linden/indra/llcommon/llthread.cpp
index 4879d58..af055a9 100644
--- a/linden/indra/llcommon/llthread.cpp
+++ b/linden/indra/llcommon/llthread.cpp
@@ -3,7 +3,7 @@
3 * 3 *
4 * $LicenseInfo:firstyear=2004&license=viewergpl$ 4 * $LicenseInfo:firstyear=2004&license=viewergpl$
5 * 5 *
6 * Copyright (c) 2004-2008, Linden Research, Inc. 6 * Copyright (c) 2004-2009, Linden Research, Inc.
7 * 7 *
8 * Second Life Viewer Source Code 8 * Second Life Viewer Source Code
9 * The source code in this file ("Source Code") is provided by Linden Lab 9 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -359,7 +359,7 @@ void LLCondition::broadcast()
359LLMutex* LLThreadSafeRefCount::sMutex = 0; 359LLMutex* LLThreadSafeRefCount::sMutex = 0;
360 360
361//static 361//static
362void LLThreadSafeRefCount::initClass() 362void LLThreadSafeRefCount::initThreadSafeRefCount()
363{ 363{
364 if (!sMutex) 364 if (!sMutex)
365 { 365 {
@@ -368,7 +368,7 @@ void LLThreadSafeRefCount::initClass()
368} 368}
369 369
370//static 370//static
371void LLThreadSafeRefCount::cleanupClass() 371void LLThreadSafeRefCount::cleanupThreadSafeRefCount()
372{ 372{
373 delete sMutex; 373 delete sMutex;
374 sMutex = NULL; 374 sMutex = NULL;