Home | History | Annotate | Download | only in syscall

Lines Matching full:msec

342 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) {
349 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0)