函数逻辑报告 |
Source Code:kernel\sched\core.c |
Create Date:2022-07-27 10:37:29 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sys_sched_yield - yield the current processor to other threads.* This function yields the current CPU to other tasks. If there are no* other threads running on this CPU then this function will return.* Return: 0.
函数原型:static void do_sched_yield(void)
返回类型:void
参数:无
5601 | rq等于this_rq_lock_irq( & rf) |
5603 | schedstat_inc(yld_count) |
5604 | yield_task(rq) |
5610 | 禁止抢占() |
5614 | 进程调度 |
名称 | 描述 |
---|---|
sys_sched_yield | |
yield | yield - yield the current processor to other threads |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |