Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/mdns/host_test/components/freertos_linux/
Dfreertos_linux.c143 void xTaskCreate(TaskFunction_t pvTaskCode, const char * const pcName, const uint32_t usStackDepth,… in xTaskCreate() function
/hal_espressif-3.6.0/components/freertos/include/freertos/
Dmpu_wrappers.h48 #define xTaskCreate MPU_xTaskCreate macro
Dtask.h442 static inline IRAM_ATTR BaseType_t xTaskCreate( in xTaskCreate() function