Function report |
Source Code:fs\signalfd.c |
Create Date:2022-07-28 20:19:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_compat_signalfd4
Proto:static long do_compat_signalfd4(int ufd, const compat_sigset_t __user *user_mask, compat_size_t sigsetsize, int flags)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
int | ufd | |
const compat_sigset_t __user * | user_mask | |
compat_size_t | sigsetsize | |
int | flags |
341 | If sigsetsize != sizeof(compat_sigset_t) Then Return -EINVAL |
343 | If get_compat_sigset( & mask, user_mask) Then Return -EFAULT |
345 | Return do_signalfd4(ufd, & mask, flags) |
Name | Describe |
---|---|
COMPAT_SYSCALL_DEFINE4 | |
COMPAT_SYSCALL_DEFINE3 |
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 |