Searched refs:pcTaskName (Results 1 – 9 of 9) sorted by relevance
64 char * pcOverflowTaskName = pxCurrentTCB->pcTaskName; \81 char * pcOverflowTaskName = pxCurrentTCB->pcTaskName; \101 char * pcOverflowTaskName = pxCurrentTCB->pcTaskName; \126 …char * pcOverflowTaskName = pxCurrentTCB->pcTaskName; …
163 …const char * pcTaskName; /* A pointer to the task's name. This value will be… member1943 char * pcTaskName );
1873 #define traceRETURN_pcTaskGetName( pcTaskName ) argument
85 char * pcTaskName ) in vApplicationStackOverflowHook() argument90 ( void ) pcTaskName; in vApplicationStackOverflowHook()
156 signed portCHAR * pcTaskName ) in vApplicationStackOverflowHook() argument
118 char * pcTaskName = pcTaskGetTaskName( NULL ); in vPortTaskWrapper() local119 ESP_LOGE( "FreeRTOS", "FreeRTOS Task \"%s\" should not return, Aborting now!", pcTaskName ); in vPortTaskWrapper()
222 …char pcTaskName[ configMAX_TASK_NAME_LEN ]; /*< Descriptive name given to the task when created. … member
371 …char pcTaskName[ configMAX_TASK_NAME_LEN ]; /**< Descriptive name given to the task when created. … member684 const char * pcTaskName ) PRIVILEGED_FUNCTION;1859 pxNewTCB->pcTaskName[ x ] = pcName[ x ]; in prvInitialiseNewTask()1876 pxNewTCB->pcTaskName[ configMAX_TASK_NAME_LEN - 1U ] = '\0'; in prvInitialiseNewTask()4151 traceRETURN_pcTaskGetName( &( pxTCB->pcTaskName[ 0 ] ) ); in pcTaskGetName()4153 return &( pxTCB->pcTaskName[ 0 ] ); in pcTaskGetName()4192 cNextChar = pxNextTCB->pcTaskName[ x ]; in prvSearchForNameWithinSingleList()4259 cNextChar = pxTCB->pcTaskName[ x ]; in prvSearchForNameWithinSingleList()6173 pxTaskStatus->pcTaskName = ( const char * ) &( pxTCB->pcTaskName[ 0 ] ); in vTaskGetInfo()7221 const char * pcTaskName ) in prvWriteNameToBuffer() argument[all …]