[Freeswitch-svn] [commit] r3730 - freeswitch/trunk/libs/js/nsprpub/pr/src/md/windows

Freeswitch SVN mikej at freeswitch.org
Tue Dec 19 14:15:49 EST 2006


Author: mikej
Date: Tue Dec 19 14:15:48 2006
New Revision: 3730

Modified:
   freeswitch/trunk/libs/js/nsprpub/pr/src/md/windows/ntthread.c

Log:
spidermonkey threading tweak.. this time.. with no segfaults!

Modified: freeswitch/trunk/libs/js/nsprpub/pr/src/md/windows/ntthread.c
==============================================================================
--- freeswitch/trunk/libs/js/nsprpub/pr/src/md/windows/ntthread.c	(original)
+++ freeswitch/trunk/libs/js/nsprpub/pr/src/md/windows/ntthread.c	Tue Dec 19 14:15:48 2006
@@ -42,7 +42,7 @@
 PRLock                       *_pr_schedLock = NULL;
 _PRInterruptTable             _pr_interruptTable[] = { { 0 } };
 
-BOOL _pr_use_static_tls = TRUE;
+BOOL _pr_use_static_tls = FALSE;
 __declspec(thread) PRThread  *_pr_current_fiber;
 __declspec(thread) PRThread  *_pr_fiber_last_run;
 __declspec(thread) _PRCPU    *_pr_current_cpu;



More information about the Freeswitch-svn mailing list