Home
last modified time | relevance | path

Searched refs:epfd (Results 1 – 1 of 1) sorted by relevance

/qemu/linux-user/
H A Dsyscall.c675 safe_syscall6(int, epoll_pwait, int, epfd, struct epoll_event *, events, in safe_syscall3()
13247 int epfd = arg1; in _syscall2() local
13280 ret = get_errno(safe_epoll_pwait(epfd, ep, maxevents, timeout, in _syscall2()
13291 ret = get_errno(safe_epoll_pwait(epfd, ep, maxevents, timeout, in _syscall2()