mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 19:17:33 +08:00
@@ -275,7 +275,7 @@ failed:
|
||||
}
|
||||
#endif
|
||||
|
||||
_Freechain_Put(
|
||||
_Freechain_Push(
|
||||
&information->Thread_queue_heads.Free,
|
||||
the_thread->Wait.spare_heads
|
||||
);
|
||||
|
||||
@@ -176,7 +176,7 @@ static void _Thread_Free( Thread_Control *the_thread )
|
||||
#endif
|
||||
#endif
|
||||
|
||||
_Freechain_Put(
|
||||
_Freechain_Push(
|
||||
&information->Thread_queue_heads.Free,
|
||||
the_thread->Wait.spare_heads
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user