HomeSort by relevance Sort by last modified time
    Searched full:epollctl (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/runtime/
netpoll_epoll.go 15 func epollctl(epfd, op, fd int32, ev *epollevent) int32
44 return -epollctl(epfd, _EPOLL_CTL_ADD, int32(fd), &ev)
49 return -epollctl(epfd, _EPOLL_CTL_DEL, int32(fd), &ev)
sys_linux_arm64.s 417 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
418 TEXT runtime·epollctl(SB),NOSPLIT,$-8
sys_linux_ppc64x.s 381 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
382 TEXT runtime·epollctl(SB),NOSPLIT,$-8
sys_linux_386.s 475 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
476 TEXT runtime·epollctl(SB),NOSPLIT,$0
sys_linux_amd64.s 401 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
402 TEXT runtime·epollctl(SB),NOSPLIT,$0
sys_linux_arm.s 468 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
469 TEXT runtime·epollctl(SB),NOSPLIT,$0
  /prebuilts/go/linux-x86/src/runtime/
netpoll_epoll.go 15 func epollctl(epfd, op, fd int32, ev *epollevent) int32
44 return -epollctl(epfd, _EPOLL_CTL_ADD, int32(fd), &ev)
49 return -epollctl(epfd, _EPOLL_CTL_DEL, int32(fd), &ev)
sys_linux_arm64.s 417 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
418 TEXT runtime·epollctl(SB),NOSPLIT,$-8
sys_linux_ppc64x.s 381 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
382 TEXT runtime·epollctl(SB),NOSPLIT,$-8
sys_linux_386.s 475 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
476 TEXT runtime·epollctl(SB),NOSPLIT,$0
sys_linux_amd64.s 401 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
402 TEXT runtime·epollctl(SB),NOSPLIT,$0
sys_linux_arm.s 468 // func epollctl(epfd, op, fd int32, ev *epollEvent) int
469 TEXT runtime·epollctl(SB),NOSPLIT,$0
  /libcore/ojluni/src/main/java/sun/nio/ch/
EPollArrayWrapper.java 143 epollCtl(epfd, EPOLL_CTL_ADD, fd0, EPOLLIN);
241 epollCtl(epfd, EPOLL_CTL_DEL, fd, 0);
287 epollCtl(epfd, opcode, fd, events);
321 private native void epollCtl(int epfd, int opcode, int fd, int events);
EPoll.java 110 static native int epollCtl(int epfd, int opcode, int fd, int events);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux.go 827 //sysnb EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error)
zsyscall_linux_386.go 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {
    [all...]
zsyscall_linux_amd64.go 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {
    [all...]
zsyscall_linux_arm.go 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {
    [all...]
zsyscall_linux_arm64.go 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {
    [all...]
zsyscall_linux_ppc64.go 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {
    [all...]
zsyscall_linux_ppc64le.go 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux.go 827 //sysnb EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error)
zsyscall_linux_386.go 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {
    [all...]
zsyscall_linux_amd64.go 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {
    [all...]
zsyscall_linux_arm.go 348 func EpollCtl(epfd int, op int, fd int, event *EpollEvent) (err error) {
    [all...]

Completed in 164 milliseconds

1 2