Lines Matching refs:priority
38 hi_u16 priority; /**< Task priority.CNcomment:任务优先级 CNend */
85 * @li The recommended user priority should be within the range of [10, 30]. Do not use the priorities of
175 * @brief Obtains the task priority.CNcomment:获取任务优先级。CNend
178 * Obtains the task priority.CNcomment:获取任务优先级。CNend
183 * @param priority [OUT] type #hi_u32*,task priority.CNcomment:任务优先级。CNend
191 hi_u32 hi_task_get_priority(hi_u32 taskid, hi_u32 *priority);
195 * @brief Sets the task priority.CNcomment:设置任务优先级。CNend
198 Sets the task priority.CNcomment:设置任务优先级。CNend
203 * @li The recommended user priority should be within the range of [10, 30]. Do not use the priorities of
209 * @param priority [IN] type #hi_u32,task priority.CNcomment:任务优先级。CNend
217 hi_u32 hi_task_set_priority(hi_u32 taskid, hi_u32 priority);