Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for EPOLLET (0.15 sec)

  1. src/internal/runtime/syscall/defs_linux.go

    // license that can be found in the LICENSE file.
    
    package syscall
    
    const (
    	EPOLLIN       = 0x1
    	EPOLLOUT      = 0x4
    	EPOLLERR      = 0x8
    	EPOLLHUP      = 0x10
    	EPOLLRDHUP    = 0x2000
    	EPOLLET       = 0x80000000
    	EPOLL_CLOEXEC = 0x80000
    	EPOLL_CTL_ADD = 0x1
    	EPOLL_CTL_DEL = 0x2
    	EPOLL_CTL_MOD = 0x3
    	EFD_CLOEXEC   = 0x80000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 21:28:32 UTC 2024
    - 437 bytes
    - Viewed (0)
  2. src/runtime/netpoll_epoll.go

    	return fd == uintptr(epfd) || fd == netpollEventFd
    }
    
    func netpollopen(fd uintptr, pd *pollDesc) uintptr {
    	var ev syscall.EpollEvent
    	ev.Events = syscall.EPOLLIN | syscall.EPOLLOUT | syscall.EPOLLRDHUP | syscall.EPOLLET
    	tp := taggedPointerPack(unsafe.Pointer(pd), pd.fdseq.Load())
    	*(*taggedPointer)(unsafe.Pointer(&ev.Data)) = tp
    	return syscall.EpollCtl(epfd, syscall.EPOLL_CTL_ADD, int32(fd), &ev)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_amd64.go

    	DT_REG                           = 0x8
    	DT_SOCK                          = 0xc
    	DT_UNKNOWN                       = 0x0
    	DT_WHT                           = 0xe
    	EPOLLERR                         = 0x8
    	EPOLLET                          = -0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_386.go

    	DT_REG                           = 0x8
    	DT_SOCK                          = 0xc
    	DT_UNKNOWN                       = 0x0
    	DT_WHT                           = 0xe
    	EPOLLERR                         = 0x8
    	EPOLLET                          = -0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_ppc64.go

    	ENCODING_FM_SPACE                = 0x4
    	ENCODING_MANCHESTER              = 0x5
    	ENCODING_NRZ                     = 0x1
    	ENCODING_NRZI                    = 0x2
    	EPOLLERR                         = 0x8
    	EPOLLET                          = 0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_s390x.go

    	ENCODING_FM_SPACE                = 0x4
    	ENCODING_MANCHESTER              = 0x5
    	ENCODING_NRZ                     = 0x1
    	ENCODING_NRZI                    = 0x2
    	EPOLLERR                         = 0x8
    	EPOLLET                          = 0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_riscv64.go

    	ENCODING_FM_SPACE                = 0x4
    	ENCODING_MANCHESTER              = 0x5
    	ENCODING_NRZ                     = 0x1
    	ENCODING_NRZI                    = 0x2
    	EPOLLERR                         = 0x8
    	EPOLLET                          = 0x80000000
    	EPOLLEXCLUSIVE                   = 0x10000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_arm.go

    	DT_UNKNOWN                       = 0x0
    	DT_WHT                           = 0xe
    	ELF_NGREG                        = 0x12
    	ELF_PRARGSZ                      = 0x50
    	EPOLLERR                         = 0x8
    	EPOLLET                          = -0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_ppc64le.go

    	ENCODING_FM_SPACE                = 0x4
    	ENCODING_MANCHESTER              = 0x5
    	ENCODING_NRZ                     = 0x1
    	ENCODING_NRZI                    = 0x2
    	EPOLLERR                         = 0x8
    	EPOLLET                          = 0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_arm64.go

    	ENCODING_FM_SPACE                = 0x4
    	ENCODING_MANCHESTER              = 0x5
    	ENCODING_NRZ                     = 0x1
    	ENCODING_NRZI                    = 0x2
    	EPOLLERR                         = 0x8
    	EPOLLET                          = 0x80000000
    	EPOLLHUP                         = 0x10
    	EPOLLIN                          = 0x1
    	EPOLLMSG                         = 0x400
    	EPOLLONESHOT                     = 0x40000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
Back to top