Searched defs:pcName (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/ |
D | freertos_linux.c | 131 const char * const pcName, in xTaskCreatePinnedToCore() 143 void xTaskCreate(TaskFunction_t pvTaskCode, const char * const pcName, const uint32_t usStackDepth,… in xTaskCreate()
|
/hal_espressif-3.6.0/components/freertos/include/freertos/ |
D | task.h | 143 …const char * const pcName; /*lint !e971 Unqualified char types are allowed for strings and single … member 444 …const char * const pcName, /*lint !e971 Unqualified char types are allowed for strings and sin… in xTaskCreate() 613 …const char * const pcName, /*lint !e971 Unqualified char types are allowed for strings and sin… in xTaskCreateStatic()
|
D | FreeRTOS.h | 328 #define vQueueAddToRegistry( xQueue, pcName ) argument
|
/hal_espressif-3.6.0/components/freertos/ |
D | tasks.c | 665 const char * const pcName, in xTaskCreateStaticPinnedToCore() 823 …const char * const pcName, /*lint !e971 Unqualified char types are allowed for strings and single … in xTaskCreatePinnedToCore() 915 …const char * const pcName, /*lint !e971 Unqualified char types are allowed for strings and single … in prvInitialiseNewTask()
|