Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:16:14 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:These are for backward compatibility with the rest of the kernel source.
Proto:int 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 |
1601 | If Not Test if 'sig' is valid signal. Use this instead of testing _NSIG directly Then Return -EINVAL |
1604 | Return do_send_sig_info(sig, info, p, PIDTYPE_PID) |
Name | Describe |
---|---|
exit_ptrace | Detach all tasks we were using ptrace on. Called with tasklist held* for writing. |
send_sig | |
send_sig_fault | |
send_sig_mceerr |
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 |