Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:00 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_compat_user_sigmask
Proto:int set_compat_user_sigmask(const compat_sigset_t __user *umask, size_t sigsetsize)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const compat_sigset_t __user * | umask | |
size_t | sigsetsize |
2988 | If Not umask Then Return 0 |
2990 | If sigsetsize != sizeof(compat_sigset_t) Then Return -EINVAL |
2992 | If get_compat_sigset( & kmask, umask) Then Return -EFAULT |
2996 | saved_sigmask = blocked |
2999 | Return 0 |
Name | Describe |
---|---|
COMPAT_SYSCALL_DEFINE5 | New compat syscall for 64 bit time_t |
COMPAT_SYSCALL_DEFINE6 | |
COMPAT_SYSCALL_DEFINE6 | |
io_cqring_wait | Wait until events become available, if we don't already have some. The* application must reap them itself, as they reside on the shared cq ring. |
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 |