Searched refs:aos_task_suspend (Results 1 – 7 of 7) sorted by relevance
60 return (int)aos_task_suspend(&cli_task); in aos_cli_suspend()
53 if (0 != aos_task_suspend(&task2_handle)) in task1_entry()
98 return aos_task_suspend(&uart_recv_task); in uart_recv_task_deinit()
65 (2)挂起状态是因任务被其他或自身调用挂起函数aos_task_suspend()后,将无条件地停止运行,被挂起的任务只能通过其他任务调用恢复函数aos_task_resume()使其恢复到就绪状态;77 | SUS | 任务因被其他或自身调用挂起函数aos_task_suspend()后所处的挂起状态 |110 | aos_task_suspend() | 任务挂起函数 |165 1. Task1在t2时刻因延迟到期得到运行,并调用aos_task_suspend()将task2挂起,task2此时的状态为阻塞挂起。之后task1通过调用aos_msleep()进入休眠状态。270 - Q2: aos_task_yield()和aos_task_suspend()都能够使任务退出运行状态,使用上有什么差异吗?272 …于就绪状态,因为该操作只是将任务放置到就绪队列的队 尾,若无更高优先级任务在就绪队列中,它就可以被调度执行。而aos_task_suspend()是将任务挂起停 …
260 aos_status_t aos_task_suspend(aos_task_t *task);
133 aos_status_t aos_task_suspend(aos_task_t *task) in aos_task_suspend() function
662 aos_task_suspend((aos_task_t *)&task); in _aos_suspend_task()
Completed in 16 milliseconds