/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_linux_mips64.go | 346 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 347 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 356 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 363 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_mips64le.go | 346 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 347 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 356 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 363 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_mipsle.go | 346 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 347 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 356 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 363 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_ppc64.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_ppc64le.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_s390x.go | 346 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 347 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 356 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 363 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
syscall_linux.go | 813 //sysnb EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) 814 //sys EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error)
|
/prebuilts/go/linux-x86/src/syscall/ |
zsyscall_linux_386.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_amd64.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_arm.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_arm64.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_mips.go | 346 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 347 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 356 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 363 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_mips64.go | 346 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 347 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 356 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 363 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_mips64le.go | 346 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 347 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 356 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 363 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_mipsle.go | 346 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 347 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 356 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 363 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_ppc64.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_ppc64le.go | 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 349 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 358 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 365 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
zsyscall_linux_s390x.go | 346 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) { 347 _, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0) 356 func EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error) { 363 r0, _, e1 := Syscall6(SYS_EPOLL_WAIT, uintptr(epfd), uintptr(_p0), uintptr(len(events)), uintptr(msec), 0, 0) [all...] |
syscall_linux.go | 813 //sysnb EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) 814 //sys EpollWait(epfd int, events []EpollEvent, msec int) (n int, err error)
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-linux.c | [all...] |
/external/valgrind/memcheck/tests/x86-linux/ |
scalar.stderr.exp | [all...] |
/external/libevent/ |
configure | [all...] |