函数逻辑报告 |
Source Code:kernel\sched\core.c |
Create Date:2022-07-27 10:36:25 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:wake_up_new_task - wake up a newly created task for the first time.* This function will do some initial scheduler statistics housekeeping* that must be done for every newly created context, then puts the task* on the runqueue and wakes it.
函数原型:void wake_up_new_task(struct task_struct *p)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | p |
2965 | 更新rq运行时间 |
2966 | post_init_entity_util_avg(p) |
2968 | activate_task(rq, p, ENQUEUE_NOCLOCK) |
2970 | check_preempt_curr(rq, p, Child wakeup after fork ) |
2982 | task_rq_unlock(rq, p, & rf) |
名称 | 描述 |
---|---|
_do_fork | 分裂进程 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |