]> begriffs open source - freertos/commit
Add support for retrieving a task's uxCoreAffinityMask with the vTaskGetInfo() API...
authorSudeep Mohanty <91244425+sudeep-mohanty@users.noreply.github.com>
Wed, 12 Oct 2022 16:32:19 +0000 (18:32 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2022 16:32:19 +0000 (22:02 +0530)
commit8128208bdee1f997f83cae631b861f36aeea9b1f
tree9025027ec8d12bb4b7948b78a6f2d73771337807
parent13f034eb7480f11c9fc43e7b51a1e55656985bf4
Add support for retrieving a task's uxCoreAffinityMask with the vTaskGetInfo() API (#574)

* Add support for retrieving a task's uxCoreAffinityMask with the vTaskGetInfo() API

This commit adds support for retrieving the task's core affinity mask
when SMP is used for more than 1 cores and configUSE_CORE_AFFINITY is
enabled.

Signed-off-by: Sudeep Mohanty <sudp.mohanty@gmail.com>
* Apply suggestions from code review

Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Signed-off-by: Sudeep Mohanty <sudp.mohanty@gmail.com>
Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
include/task.h
tasks.c