Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for EPOLLIN (0.06 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_zos_s390x.go

    	EPOLL_CLOEXEC            = 0x00001000
    	EPOLL_CTL_ADD            = 0
    	EPOLL_CTL_MOD            = 1
    	EPOLL_CTL_DEL            = 2
    	EPOLLRDNORM              = 0x0001
    	EPOLLRDBAND              = 0x0002
    	EPOLLIN                  = 0x0003
    	EPOLLOUT                 = 0x0004
    	EPOLLWRBAND              = 0x0008
    	EPOLLPRI                 = 0x0010
    	EPOLLERR                 = 0x0020
    	EPOLLHUP                 = 0x0040
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	EPOLLERR                                    = 0x8
    	EPOLLET                                     = 0x80000000
    	EPOLLEXCLUSIVE                              = 0x10000000
    	EPOLLHUP                                    = 0x10
    	EPOLLIN                                     = 0x1
    	EPOLLMSG                                    = 0x400
    	EPOLLONESHOT                                = 0x40000000
    	EPOLLOUT                                    = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
Back to top