Searched refs:epfd (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc-tools/pwmtachtool/src/ |
| H A D | EINTR_wrappers.h | 56 int sigwrap_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout); 57 int sigwrap_epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const si…
|
| H A D | EINTR_wrappers.c | 109 int sigwrap_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in sigwrap_epoll_wait() argument 125 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait() 144 int sigwrap_epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sig… in sigwrap_epoll_pwait() argument 160 int Result = epoll_pwait(epfd, events, maxevents, timeout, sigmask); in sigwrap_epoll_pwait()
|
| /openbmc/openbmc-tools/adcapp/src/ |
| H A D | EINTR_wrappers.h | 56 int sigwrap_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout); 57 int sigwrap_epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const si…
|
| H A D | EINTR_wrappers.c | 136 int sigwrap_epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in sigwrap_epoll_wait() argument 152 int Result = epoll_wait(epfd, events, maxevents, timeout); in sigwrap_epoll_wait() 171 int sigwrap_epoll_pwait(int epfd, struct epoll_event *events, int maxevents, int timeout, const sig… in sigwrap_epoll_pwait() argument 187 int Result = epoll_pwait(epfd, events, maxevents, timeout, sigmask); in sigwrap_epoll_pwait()
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 712 safe_syscall6(int, epoll_pwait, int, epfd, struct epoll_event *, events, in safe_syscall3() 13399 int epfd = arg1; in _syscall2() local 13432 ret = get_errno(safe_epoll_pwait(epfd, ep, maxevents, timeout, in _syscall2() 13443 ret = get_errno(safe_epoll_pwait(epfd, ep, maxevents, timeout, in _syscall2()
|