tskTaskControlBlock::pcTaskName is only used within FreeRTOS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesFreeRTOStskTaskControlBlock::pcTaskName

tskTaskControlBlock::pcTaskName field

Syntax

char pcTaskName[ configMAX_TASK_NAME_LEN ];

References

LocationReferrerText
tasks.c:264
char pcTaskName[ configMAX_TASK_NAME_LEN ];/*< Descriptive name given to the task when created. Facilitates debugging only. */ /*lint !e971 Unqualified char types are allowed for strings and single characters only. */
tasks.c:896prvInitialiseNewTask()
pxNewTCB->pcTaskName[ x ] = pcName[ x ];
tasks.c:913prvInitialiseNewTask()
pxNewTCB->pcTaskName[ configMAX_TASK_NAME_LEN - 1 ] = '\0';
tasks.c:919prvInitialiseNewTask()
pxNewTCB->pcTaskName[ 0 ] = 0x00;
tasks.c:2366pcTaskGetName()
return &( pxTCB->pcTaskName[ 0 ] );
tasks.c:2394prvSearchForNameWithinSingleList()
cNextChar = pxNextTCB->pcTaskName[ x ];
tasks.c:3030vTaskSwitchContext()
tasks.c:3678vTaskGetInfo()
pxTaskStatus->pcTaskName = ( const char * ) &( pxTCB->pcTaskName [ 0 ] );

Data Use

Functions reading tskTaskControlBlock::pcTaskName
tskTaskControlBlock::pcTaskName