Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:04 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_sigpending
Proto:static void do_sigpending(sigset_t *set)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
sigset_t * | set |
3067 | spin_lock_irq( & siglock) |
3070 | spin_unlock_irq( & siglock) |
3073 | sigandsets(set, & blocked, set) |
Name | Describe |
---|---|
SYSCALL_DEFINE2 | sys_rt_sigpending - examine a pending signal that has been raised* while blocked*@uset: stores pending signals*@sigsetsize: size of sigset_t type or larger |
COMPAT_SYSCALL_DEFINE2 | |
SYSCALL_DEFINE1 | sys_sigpending - examine pending signals*@uset: where mask of pending signal is returned |
COMPAT_SYSCALL_DEFINE1 |
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 |