Mike Goslin 25 лет назад
Родитель
Сommit
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;
       _fn = fn;
       // create the thread, decide it's priority, if it's detached, and if it's
       // create the thread, decide it's priority, if it's detached, and if it's
       // a kernel thread, etc
       // 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,
 				priority_map(pri), PR_GLOBAL_BOUND_THREAD,
 				det?PR_UNJOINABLE_THREAD:PR_JOINABLE_THREAD,
 				det?PR_UNJOINABLE_THREAD:PR_JOINABLE_THREAD,
 				256*1024);
 				256*1024);