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

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3730 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-12-19 19:15:48 +00:00
parent d5acc6493c
commit e7dc5ce560

View File

@ -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;