Function report |
Source Code:fs\eventpoll.c |
Create Date:2022-07-28 20:19:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Implement the event wait interface for the eventpoll file. It is the kernel* part of the user space epoll_pwait(2).
Proto:SYSCALL_DEFINE6(epoll_pwait, int, epfd, struct epoll_event __user *, events, int, maxevents, int, timeout, const sigset_t __user *, sigmask, size_t, sigsetsize)
Type:
Parameter:Nothing
2304 | error = Implement the event wait interface for the eventpoll file. It is the kernel* part of the user space epoll_wait(2). |
2305 | restore_saved_sigmask_unless(error == - EINTR) |
2307 | Return error |
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 |