FreeRTOS / FreeRTOS-Kernel

FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
https://www.FreeRTOS.org
MIT License
2.66k stars 1.1k forks source link

[Feature Request] <Tasks on the prvCheckTasksWaitingTermination list should not be suspended> #892

Closed lemonking77 closed 10 months ago

lemonking77 commented 10 months ago

Whether vTaskSuspend should determine whether the task to be suspended is on prvCheckTasksWaitingTermination. If the task to be suspended is on prvCheckTasksWaitingTermination, it should not be suspended, but should be released as early as possible in the idle task. This is my question, I hope it can be answered. Thank you so much.

RichardBarry commented 10 months ago

Hi - thanks for your question. We prefer to discuss these things in the support forums first. Doing so helps users navigate the github tickets to find open bugs and feature requests, etc. without the noise of support conversations in the mix. Forum conversations that confirm bugs result in tickets being opened here. So please repost your question to https://forums.freertos.org - you can use your github account to sign in.