Searched refs:pcTaskGetName (Results 1 – 8 of 8) sorted by relevance
113 xRegisterDump.pcCurrentTaskName = pcTaskGetName( NULL ); in vPortExceptionHandler()
60 #define pcTaskGetName MPU_pcTaskGetName macro
1497 char * pcTaskGetName( TaskHandle_t xTaskToQuery ) PRIVILEGED_FUNCTION; /*lint !e971 Unqualified cha…
1100 #define pcTaskGetTaskName pcTaskGetName
493 pcReturn = pcTaskGetName( xTaskToQuery ); in MPU_pcTaskGetName()501 pcReturn = pcTaskGetName( xTaskToQuery ); in MPU_pcTaskGetName()
776 pcReturn = pcTaskGetName( xTaskToQuery ); in MPU_pcTaskGetNameImpl()788 pcReturn = pcTaskGetName( xInternalTaskHandle ); in MPU_pcTaskGetNameImpl()
2354 char * pcTaskGetName( TaskHandle_t xTaskToQuery ) /*lint !e971 Unqualified char types are allowed f… in pcTaskGetName() function