Difference between revisions of "3. Deleting a task"
(Created page with "category : RTOS Tutorial ~~~~ ----") |
m |
||
Line 2: | Line 2: | ||
[[User:Amruta|Amruta]] ([[User talk:Amruta|talk]]) 14:09, 8 April 2015 (IST) | [[User:Amruta|Amruta]] ([[User talk:Amruta|talk]]) 14:09, 8 April 2015 (IST) | ||
---- | ---- | ||
+ | |||
+ | ==Intro== | ||
+ | In this tutorial we will see, how to make use of '''vTaskDelete()''' function. | ||
+ | |||
+ | A task can be deleted by itself or by any other task by calling vTaskDelete() API. | ||
+ | |||
+ | To know how it affects scheduling, check this. |
Latest revision as of 14:22, 8 April 2015
Amruta (talk) 14:09, 8 April 2015 (IST)
Intro
In this tutorial we will see, how to make use of vTaskDelete() function.
A task can be deleted by itself or by any other task by calling vTaskDelete() API.
To know how it affects scheduling, check this.