提交 e7dc5ce5 authored 作者: Michael Jerris's avatar Michael Jerris

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

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3730 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 d5acc649
......@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论