This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/EK-TM4C1294XL: Task_stat(Task_self(), &statbuf); /* call func to get status */

Part Number: EK-TM4C1294XL


Tool/software: TI-RTOS

Hello, can the call for the Task_stat(Task_self() , &statbuf) be made by a running task in order to get the other tasks'  status, if changing the arguments to task_others, and &statbuf_others?  Thanks,