Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:18:05 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sys_rt_sigsuspend - replace the signal mask for a value with the*@unewset value until a signal is received*@unewset: new signal mask value*@sigsetsize: size of sigset_t type
Proto:SYSCALL_DEFINE2(rt_sigsuspend, sigset_t __user *, unewset, size_t, sigsetsize)
Type:
Parameter:Nothing
4456 | If sigsetsize != sizeof(sigset_t) Then Return -EINVAL |
4459 | If copy_from_user( & newset, unewset, size of newset ) Then Return -EFAULT |
4461 | Return sigsuspend( & newset) |
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 |