Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
Dreadme.md70 error = xTaskCreate(first_thread_entry, "Initial Task", STACK_SIZE, NULL, 10, &task_handle);
108 …nario, usage of native ThreadX calls from within a task created using `xTaskCreate()` or `xTaskCre…
171 | xTaskCreate()
172 | uxTaskGetNumberOfTasks() | Only returns the number of task created by either `xTaskCreate()` or `…
176 …dle() | This will only work when called from a task created by either `xTaskCreate()` or `xTaskcre…
DFreeRTOS.h348 BaseType_t xTaskCreate(TaskFunction_t pvTaskCode,
Dtx_freertos.c387 BaseType_t xTaskCreate(TaskFunction_t pvTaskCode, in xTaskCreate() function