Lines Matching refs:taskid
88 * @param taskid [OUT] type #hi_u32*,task ID.CNcomment:任务ID号。CNend
104 hi_u32 hi_task_create(hi_u32 *taskid, const hi_task_attr *attr,
120 * @param taskid [IN] type #hi_u32,task ID. CNcomment:任务ID号。CNend
128 hi_u32 hi_task_delete(hi_u32 taskid);
145 * @param taskid [IN] type #hi_u32,task ID. CNcomment:任务ID号。CNend
153 hi_u32 hi_task_suspend(hi_u32 taskid);
163 * @param taskid [IN] type #hi_u32,task ID. CNcomment:任务ID号。CNend
171 hi_u32 hi_task_resume(hi_u32 taskid);
182 * @param taskid [IN] type #hi_u32,task ID. CNcomment:任务ID号。CNend
191 hi_u32 hi_task_get_priority(hi_u32 taskid, hi_u32 *priority);
208 * @param taskid [IN] type #hi_u32,task ID. CNcomment:任务ID号。CNend
217 hi_u32 hi_task_set_priority(hi_u32 taskid, hi_u32 priority);
227 * @param taskid [IN] type #hi_u32,task ID. CNcomment:任务ID号。CNend
236 hi_u32 hi_task_get_info(hi_u32 taskid, hi_task_info *inf);
349 * @param taskid [IN] type #hi_u32, task id of the task to be waited finish.
359 hi_void hi_task_join(hi_u32 taskid, hi_u32 wait_interval);