Explorar o código

[src][thread]bind cpu fixup (#8872)

bind cpu fixup
zms123456 hai 1 ano
pai
achega
fa1c473a96
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/scheduler_mp.c

+ 2 - 0
src/scheduler_mp.c

@@ -985,6 +985,8 @@ void rt_sched_remove_thread(struct rt_thread *thread)
 
     /* remove thread from scheduler ready list  */
     _sched_remove_thread_locked(thread);
+
+    RT_SCHED_CTX(thread).stat = RT_THREAD_SUSPEND_UNINTERRUPTIBLE;
 }
 
 /* thread status initialization and setting up on startup */