Searched defs:pcTaskName (Results 1 – 6 of 6) sorted by relevance
143 …te__((weak)) void vApplicationStackOverflowHook( xTaskHandle *pxTask, signed portCHAR *pcTaskName ) in vApplicationStackOverflowHook()
222 …char pcTaskName[ configMAX_TASK_NAME_LEN ]; /*< Descriptive name given to the task when created. … member
116 char * pcTaskName = pcTaskGetTaskName( NULL ); in vPortTaskWrapper() local
162 …const char * pcTaskName; /* A pointer to the task's name. This value will be… member
271 …char pcTaskName[ configMAX_TASK_NAME_LEN ]; /**< Descriptive name given to the task when created. … member4475 const char * pcTaskName ) in prvWriteNameToBuffer()