Searched refs:xTaskCreate (Results 1 – 3 of 3) sorted by relevance
70 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…
347 BaseType_t xTaskCreate(TaskFunction_t pvTaskCode,
390 BaseType_t xTaskCreate(TaskFunction_t pvTaskCode, in xTaskCreate() function