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… member1944 char * pcTaskName );
1925 #define traceRETURN_pcTaskGetName( pcTaskName ) argument
93 char * pcTaskName ) in vApplicationStackOverflowHook() argument98 ( 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
378 …char pcTaskName[ configMAX_TASK_NAME_LEN ]; /**< Descriptive name given to the task when created. … member691 const char * pcTaskName ) PRIVILEGED_FUNCTION;1867 pxNewTCB->pcTaskName[ x ] = pcName[ x ]; in prvInitialiseNewTask()1884 pxNewTCB->pcTaskName[ configMAX_TASK_NAME_LEN - 1U ] = '\0'; in prvInitialiseNewTask()4183 traceRETURN_pcTaskGetName( &( pxTCB->pcTaskName[ 0 ] ) ); in pcTaskGetName()4185 return &( pxTCB->pcTaskName[ 0 ] ); in pcTaskGetName()4218 cNextChar = pxTCB->pcTaskName[ x ]; in prvSearchForNameWithinSingleList()6134 pxTaskStatus->pcTaskName = ( const char * ) &( pxTCB->pcTaskName[ 0 ] ); in vTaskGetInfo()7187 const char * pcTaskName ) in prvWriteNameToBuffer() argument7192 ( void ) strcpy( pcBuffer, pcTaskName ); in prvWriteNameToBuffer()[all …]