函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\core.c Create Date:2022-07-27 10:36:45
Last Modify:2022-05-22 13:40:38 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:do_task_dead

函数原型:void __noreturn do_task_dead(void)

返回类型:void

参数:

4098  set_special_state() should be used for those states when the blocking task* can not use the regular condition based wait-loop. In that case we must* serialize against wakeups such that any possible in-flight TASK_RUNNING stores(TASK_DEAD)
4101  flags或等于This thread should not be frozen
4103  调度器
4104  BUG()
4107  循环cpu_relax()
调用者
名称描述
do_exit