Function report |
Source Code:kernel\exit.c |
Create Date:2022-07-28 09:03:36 |
Last Modify:2020-03-17 11:17:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__wake_up_parent
Proto:void __wake_up_parent(struct task_struct *p, struct task_struct *parent)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | p | |
struct task_struct * | parent |
1415 | __wake_up_sync_key( & wait_chldexit, TASK_INTERRUPTIBLE, p) |
Name | Describe |
---|---|
__ptrace_detach | Called with tasklist_lock held for writing |
do_notify_parent | Let a parent know about the death of a child.* For a stopped/continued status change, use do_notify_parent_cldstop instead.* Returns true if our parent ignored us and so we've switched to* self-reaping. |
do_notify_parent_cldstop | do_notify_parent_cldstop - notify parent of stopped/continued state change*@tsk: task reporting the state change*@for_ptracer: the notification is for ptracer*@why: CLD_{CONTINUED|STOPPED|TRAPPED} to report |
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 |