Function report |
Source Code:kernel\exit.c |
Create Date:2022-07-28 09:03:07 |
Last Modify:2020-03-17 11:17:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:find_alive_thread
Proto:static struct task_struct *find_alive_thread(struct task_struct *p)
Type:struct task_struct
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | p |
494 | for_each_thread(p, t) |
495 | If Not ( Per task flags (PF_*), defined further below: & Getting shut down ) Then Return t |
498 | Return NULL |
Name | Describe |
---|---|
find_child_reaper | |
find_new_reaper | When we die, we re-parent all our children, and try to:* 1 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |