Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:15:43 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__group_send_sig_info
Proto:int __group_send_sig_info(int sig, struct kernel_siginfo *info, struct task_struct *p)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | sig | |
struct kernel_siginfo * | info | |
struct task_struct * | p |
1275 | Return send_signal(sig, info, p, PIDTYPE_TGID) |
Name | Describe |
---|---|
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 |
check_dl_overrun | |
check_rlimit | |
check_cpu_itimer |
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 |