Change the scheduling sequence of tasks with the same priority.
-
Description:
-
This API is used to move current task in a queue of tasks with the same priority to the tail of the queue of ready tasks.
-
注意:
-
- At least two ready tasks need to be included in the queue of ready tasks with the same priority. If the less than two ready tasks are included in the queue, an error is reported.
-
参数:
-
-
返回值:
-
-
Dependency:
-
- los_task.h: the header file that contains the API declaration.
-
参见:
-
自从:
-
Huawei LiteOS V100R001C00