| Function report | 
| Source Code: kernel\signal.c | Create Date:2022-07-28 09:17:35 | 
| Last Modify:2020-03-17 13:28:47 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:do_send_specific
Proto:static int do_send_specific(pid_t tgid, pid_t pid, int sig, struct kernel_siginfo *info)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| pid_t | tgid | |
| pid_t | pid | |
| int | sig | |
| struct kernel_siginfo * | info | 
| 3768 | If p && ( tgid <= 0 || task_tgid_vnr(p) == tgid ) Then | 
| 3775 | error = do_send_sig_info(sig, info, p, PIDTYPE_PID) | 
| 3781 | If Value for the false possibility is greater at compile time(error == - ESRCH) Then error = 0 | 
| 3787 | Return error | 
| Name | Describe | 
|---|---|
| do_tkill | |
| do_rt_tgsigqueueinfo | 
| 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 |