From 9a8dbb852056834ebdbea23d8475a4ec4b685549 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Fri, 17 Dec 2010 14:13:07 -0500 Subject: SH-682 WIP: allow DEBUG_FAST_TIMER_THREADS to work when enabled --- indra/llcommon/llfasttimer_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 indra/llcommon/llfasttimer_class.h (limited to 'indra/llcommon/llfasttimer_class.h') diff --git a/indra/llcommon/llfasttimer_class.h b/indra/llcommon/llfasttimer_class.h old mode 100644 new mode 100755 index 2a645315c9..4e59d4ab9d --- a/indra/llcommon/llfasttimer_class.h +++ b/indra/llcommon/llfasttimer_class.h @@ -39,7 +39,7 @@ class LLMutex; #include "llsd.h" #if DEBUG_FAST_TIMER_THREADS -void assert_main_thread(); +LL_COMMON_API void assert_main_thread(); #endif class LL_COMMON_API LLFastTimer -- cgit v1.2.3 From 6a0e8fc13ec246f69e5718ee91a30117ae703c2a Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Mon, 20 Dec 2010 13:52:48 -0500 Subject: thread safety checking --- indra/llcommon/llfasttimer_class.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'indra/llcommon/llfasttimer_class.h') diff --git a/indra/llcommon/llfasttimer_class.h b/indra/llcommon/llfasttimer_class.h index 4e59d4ab9d..68efb69e87 100755 --- a/indra/llcommon/llfasttimer_class.h +++ b/indra/llcommon/llfasttimer_class.h @@ -38,9 +38,7 @@ class LLMutex; #include #include "llsd.h" -#if DEBUG_FAST_TIMER_THREADS LL_COMMON_API void assert_main_thread(); -#endif class LL_COMMON_API LLFastTimer { -- cgit v1.2.3 From 4bd6edc6b037195012583467a3e5e754f6a5af77 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Mon, 20 Dec 2010 17:11:34 -0500 Subject: SH-682 FIX, SH-594 FIX - removed mFMP wrapper, added thread checking. Moved onIdle functions to llcallbacklist. --- indra/llcommon/llfasttimer_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llcommon/llfasttimer_class.h') diff --git a/indra/llcommon/llfasttimer_class.h b/indra/llcommon/llfasttimer_class.h index 68efb69e87..038a2d246a 100755 --- a/indra/llcommon/llfasttimer_class.h +++ b/indra/llcommon/llfasttimer_class.h @@ -31,7 +31,7 @@ #define FAST_TIMER_ON 1 #define TIME_FAST_TIMERS 0 -#define DEBUG_FAST_TIMER_THREADS 0 +#define DEBUG_FAST_TIMER_THREADS 1 class LLMutex; -- cgit v1.2.3