Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:55 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sys_sigpending - examine pending signals*@uset: where mask of pending signal is returned
Proto:SYSCALL_DEFINE1(sigpending, old_sigset_t __user *, uset)
Type:
Parameter:Nothing
4145 | If sizeof(old_sigset_t) > size of uset Then Return -EINVAL |
4148 | do_sigpending( & set) |
4150 | If copy_to_user(uset, & set, sizeof(old_sigset_t)) Then Return -EFAULT |
4153 | Return 0 |
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 |