HomeSort by relevance Sort by last modified time
    Searched refs:epfd (Results 126 - 150 of 160) sorted by null

1 2 3 4 56 7

  /prebuilts/go/linux-x86/src/runtime/
sys_linux_mips64x.s 399 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
401 MOVW epfd+0(FP), R4
410 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
412 MOVW epfd+0(FP), R4
sys_linux_mipsx.s 438 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
440 MOVW epfd+0(FP), R4
449 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
451 MOVW epfd+0(FP), R4
sys_linux_ppc64x.s 398 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
400 MOVW epfd+0(FP), R3
408 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
410 MOVW epfd+0(FP), R3
sys_linux_s390x.s 407 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
409 MOVW epfd+0(FP), R2
418 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
420 MOVW epfd+0(FP), R2
sys_linux_amd64.s 541 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
543 MOVL epfd+0(FP), DI
552 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
554 MOVL epfd+0(FP), DI
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 879 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents,
882 int res = REAL(epoll_wait)(epfd, events, maxevents, timeout);
894 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents,
897 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sys_linux_amd64.s 541 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
543 MOVL epfd+0(FP), DI
552 // int32 runtime·epollwait(int32 epfd, EpollEvent *ev, int32 nev, int32 timeout);
554 MOVL epfd+0(FP), DI
  /prebuilts/go/darwin-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...]
  /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...]

Completed in 424 milliseconds

1 2 3 4 56 7