xTASK_STATUS::xTaskNumber is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...

xTASK_STATUS::xTaskNumber field

Syntax

UBaseType_t xTaskNumber;

References

LocationReferrerText
task.h:141
UBaseType_t xTaskNumber; /* A number unique to the task. */
tasks.c:3681vTaskGetInfo()
pxTaskStatus->xTaskNumber = pxTCB->uxTCBNumber;
tasks.c:4458vTaskList()
sprintf( pcWriteBuffer, "\t%c\t%u\t%u\t%u\r\n", cStatus, ( unsigned int ) pxTaskStatusArray[ x ].uxCurrentPriority, ( unsigned int ) pxTaskStatusArray[ x ].usStackHighWaterMark, ( unsigned int ) pxTaskStatusArray[ x ].xTaskNumber ); /*lint !e586 sprintf() allowed as this is compiled with many compilers and this is a utility function only - not part of the core kernel implementation. */

Data Use

Functions writing xTASK_STATUS::xTaskNumber
Functions reading xTASK_STATUS::xTaskNumber
all items filtered out
xTASK_STATUS::xTaskNumber
all items filtered out
Type of xTASK_STATUS::xTaskNumber
xTASK_STATUS::xTaskNumber
all items filtered out