浏览代码

*** empty log message ***

Mike Goslin 25 年之前
父节点
当前提交
e2bfd4c7ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/ipc/ipc_nspr_traits.h

+ 1 - 1
panda/src/ipc/ipc_nspr_traits.h

@@ -143,7 +143,7 @@ public:
       _fn = fn;
       // create the thread, decide it's priority, if it's detached, and if it's
       // a kernel thread, etc
-      _thread = PR_CreateThread(PR_USER_THREAD, thread_wrapper, this,
+      _thread = PR_CreateThread(PR_SYSTEM_THREAD, thread_wrapper, this,
 				priority_map(pri), PR_GLOBAL_BOUND_THREAD,
 				det?PR_UNJOINABLE_THREAD:PR_JOINABLE_THREAD,
 				256*1024);