Function report |
Source Code:fs\signalfd.c |
Create Date:2022-07-28 20:19:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:SYSCALL_DEFINE4
Proto:SYSCALL_DEFINE4(signalfd4, int, ufd, sigset_t __user *, user_mask, size_t, sizemask, int, flags)
Type:
Parameter:Nothing
317 | If sizemask != sizeof(sigset_t) || copy_from_user( & mask, user_mask, size of mask ) Then Return -EINVAL |
320 | Return do_signalfd4(ufd, & mask, flags) |
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 |