]> begriffs open source - freertos/commit
Add macro taskTASK_IS_RUNNING_OR_SCHEDULED_TO_YIELD (#780)
authorchinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
Wed, 6 Sep 2023 11:18:43 +0000 (19:18 +0800)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2023 11:18:43 +0000 (19:18 +0800)
commitf13ad7789b73f227f2d4a5f3d98025b00314ee0c
tree24e0b49ba6b8ce2cf19a608fb9a3afed32eb5097
parentf7565c2d5e4b88a7d8ab2816834c6e6274b34234
Add macro taskTASK_IS_RUNNING_OR_SCHEDULED_TO_YIELD (#780)

* Add macro taskTASK_IS_RUNNING_OR_SCHEDULED_TO_YIELD macro to align single core and SMP
* Update for explicit precedence in vTaskDelete
* Update comment when deleting a running task
tasks.c