Function report |
Source Code:fs\select.c |
Create Date:2022-07-28 20:07:05 |
Last Modify:2020-03-18 10:25:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:SYSCALL_DEFINE5
Proto:SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask, size_t, sigsetsize)
Type:
Parameter:Nothing
1085 | struct timespec64 ts, end_time, * to = NULL |
1088 | If tsp Then |
1089 | If get_timespec64( & ts, tsp) Then Return -EFAULT |
1101 | ret = do_sys_poll(ufds, nfds, to) |
1102 | Return poll_select_finish( & end_time, tsp, PT_TIMESPEC, ret) |
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 |