forked from Mirrors/freeswitch
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:
parent
d5acc6493c
commit
e7dc5ce560
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user