Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c130 BaseType_t xTaskCreatePinnedToCore( TaskFunction_t pvTaskCode, 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.h142 TaskFunction_t pvTaskCode; member
443 TaskFunction_t pvTaskCode, in xTaskCreate()
612 TaskFunction_t pvTaskCode, in xTaskCreateStatic()
/hal_espressif-3.6.0/components/freertos/
Dtasks.c664 TaskHandle_t xTaskCreateStaticPinnedToCore( TaskFunction_t pvTaskCode, in xTaskCreateStaticPinnedToCore()
822 BaseType_t xTaskCreatePinnedToCore( TaskFunction_t pvTaskCode, in xTaskCreatePinnedToCore()