Home
last modified time | relevance | path

Searched defs:pcName (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c131 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/
Dtask.h143 …const char * const pcName; /*lint !e971 Unqualified char types are allowed for strings and single … member
444const char * const pcName, /*lint !e971 Unqualified char types are allowed for strings and sin… in xTaskCreate()
613const char * const pcName, /*lint !e971 Unqualified char types are allowed for strings and sin… in xTaskCreateStatic()
DFreeRTOS.h328 #define vQueueAddToRegistry( xQueue, pcName ) argument
/hal_espressif-3.6.0/components/freertos/
Dtasks.c665 const char * const pcName, in xTaskCreateStaticPinnedToCore()
823const char * const pcName, /*lint !e971 Unqualified char types are allowed for strings and single … in xTaskCreatePinnedToCore()
915const char * const pcName, /*lint !e971 Unqualified char types are allowed for strings and single … in prvInitialiseNewTask()