函数逻辑报告 |
Source Code:kernel\sched\core.c |
Create Date:2022-07-27 10:37:32 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:yield_to - yield the current processor to another thread in* your thread group, or accelerate that thread toward the* processor it's on
函数原型:int __sched yield_to(struct task_struct *p, bool preempt)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | p | |
bool | preempt |
5713 | yielded等于0 |
5715 | local_irq_save(flags) |
5718 | again : |
5732 | 转到:again |
5735 | 如果非yield_to_task则转到:out_unlock |
5738 | 如果调度函数不等于调度函数则转到:out_unlock |
5741 | 如果task_running(p_rq, p)或任务状态则转到:out_unlock |
5744 | yielded等于yield_to_task(rq, p, preempt) |
5745 | 如果yielded则 |
5746 | schedstat_inc(yld_count) |
5751 | 如果preempt且rq不等于p_rq则标记当前进程需要被调度出去 |
5755 | out_unlock : |
5757 | out_irq : |
5758 | local_irq_restore(flags) |
5763 | 返回:yielded |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |