|
返回值 |
描述 |
|
LOS_ERRNO_TSK_OPERATE_IDLE |
Check the task ID and do not operate on the idle task. |
|
LOS_ERRNO_TSK_SUSPEND_SWTMR_NOT_ALLOWED |
Check the task ID and do not operate on the swtmr task. |
|
LOS_ERRNO_TSK_ID_INVALID |
Invalid Task ID |
|
LOS_ERRNO_TSK_NOT_CREATED |
The task is not created. |
|
LOS_ERRNO_TSK_ALREADY_SUSPENDED |
The task is already suspended. |
|
LOS_ERRNO_TSK_SUSPEND_LOCKED |
The task being suspended is current task and task scheduling is locked. |
|
LOS_OK |
The task is successfully suspended. |