Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:11 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:copy_siginfo_to_user
Proto:int copy_siginfo_to_user(siginfo_t __user *to, const kernel_siginfo_t *from)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
siginfo_t __user * | to | |
const kernel_siginfo_t * | from |
3185 | __user * expansion = si_expansion(to) |
3186 | If copy_to_user(to, from, sizeof(structkernel_siginfo)) Then Return -EFAULT |
3190 | Return 0 |
Name | Describe |
---|---|
ptrace_request | |
SYSCALL_DEFINE4 | sys_rt_sigtimedwait - synchronously wait for queued signals specified* in @uthese*@uthese: queued signals to wait for*@uinfo: if non-null, the signal's siginfo is returned here*@uts: upper bound on process time suspension*@sigsetsize: size of sigset_t type |
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 |