Home
last modified time | relevance | path

Searched refs:pcTaskName (Results 1 – 9 of 9) sorted by relevance

/Kernel-v11.0.1/include/
Dstack_macros.h64 char * pcOverflowTaskName = pxCurrentTCB->pcTaskName; \
81 char * pcOverflowTaskName = pxCurrentTCB->pcTaskName; \
101 char * pcOverflowTaskName = pxCurrentTCB->pcTaskName; \
126 …char * pcOverflowTaskName = pxCurrentTCB->pcTaskName; …
Dtask.h163 …const char * pcTaskName; /* A pointer to the task's name. This value will be… member
1943 char * pcTaskName );
DFreeRTOS.h1873 #define traceRETURN_pcTaskGetName( pcTaskName ) argument
/Kernel-v11.0.1/examples/cmake_example/
Dmain.c85 char * pcTaskName ) in vApplicationStackOverflowHook() argument
90 ( void ) pcTaskName; in vApplicationStackOverflowHook()
/Kernel-v11.0.1/portable/ThirdParty/CDK/T-HEAD_CK802/
Dport.c156 signed portCHAR * pcTaskName ) in vApplicationStackOverflowHook() argument
/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/
Dport.c118 char * pcTaskName = pcTaskGetTaskName( NULL ); in vPortTaskWrapper() local
119 ESP_LOGE( "FreeRTOS", "FreeRTOS Task \"%s\" should not return, Aborting now!", pcTaskName ); in vPortTaskWrapper()
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARC_v1/
Dport.c222 …char pcTaskName[ configMAX_TASK_NAME_LEN ]; /*< Descriptive name given to the task when created. … member
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARC_EM_HS/
Dport.c222 …char pcTaskName[ configMAX_TASK_NAME_LEN ]; /*< Descriptive name given to the task when created. … member
/Kernel-v11.0.1/
Dtasks.c371 …char pcTaskName[ configMAX_TASK_NAME_LEN ]; /**< Descriptive name given to the task when created. … member
684 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 …]