Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:16:59 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:The api helps set app-provided sigmasks
Proto:int set_user_sigmask(const sigset_t __user *umask, size_t sigsetsize)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const sigset_t __user * | umask | |
size_t | sigsetsize |
2968 | If Not umask Then Return 0 |
2970 | If sigsetsize != sizeof(sigset_t) Then Return -EINVAL |
2976 | saved_sigmask = blocked |
2979 | Return 0 |
Name | Describe |
---|---|
SYSCALL_DEFINE5 | |
SYSCALL_DEFINE6 | Implement the event wait interface for the eventpoll file. It is the kernel* part of the user space epoll_pwait(2). |
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 |