Home
last modified time | relevance | path

Searched defs:pcTaskName (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/osal/port/xtensa/
Dport.c100 char * pcTaskName = pcTaskGetTaskName(NULL); in vPortTaskWrapper() local
392 void __attribute__((weak)) vApplicationStackOverflowHook( TaskHandle_t xTask, char *pcTaskName ) in vApplicationStackOverflowHook()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_thread.h72 #define pcTaskName taskName macro
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dtask.h142 …const char *pcTaskName; /* A pointer to the task's name. This value will be invalid if the task… member