Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for EPOLLET (0.19 sec)

  1. src/syscall/zerrors_linux_mips.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
    - 69.2K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_mips64.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.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_mips64le.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.5K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_mipsle.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
    - 69.2K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_loong64.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
    - 82.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	ENCODING_MANCHESTER                         = 0x5
    	ENCODING_NRZ                                = 0x1
    	ENCODING_NRZI                               = 0x2
    	EPOLLERR                                    = 0x8
    	EPOLLET                                     = 0x80000000
    	EPOLLEXCLUSIVE                              = 0x10000000
    	EPOLLHUP                                    = 0x10
    	EPOLLIN                                     = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (linux-386), const ENOTUNIQ Errno
    pkg syscall (linux-386), const EOWNERDEAD Errno
    pkg syscall (linux-386), const EPOLLERR ideal-int
    pkg syscall (linux-386), const EPOLLET ideal-int
    pkg syscall (linux-386), const EPOLLHUP ideal-int
    pkg syscall (linux-386), const EPOLLIN ideal-int
    pkg syscall (linux-386), const EPOLLMSG ideal-int
    pkg syscall (linux-386), const EPOLLONESHOT ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"EOPNOTSUPP", Const, 0},
    		{"EOVERFLOW", Const, 0},
    		{"EOWNERDEAD", Const, 0},
    		{"EPERM", Const, 0},
    		{"EPFNOSUPPORT", Const, 0},
    		{"EPIPE", Const, 0},
    		{"EPOLLERR", Const, 0},
    		{"EPOLLET", Const, 0},
    		{"EPOLLHUP", Const, 0},
    		{"EPOLLIN", Const, 0},
    		{"EPOLLMSG", Const, 0},
    		{"EPOLLONESHOT", Const, 0},
    		{"EPOLLOUT", Const, 0},
    		{"EPOLLPRI", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. api/go1.1.txt

    pkg syscall (linux-386), const EPERM = 1
    pkg syscall (linux-386), const EPFNOSUPPORT = 96
    pkg syscall (linux-386), const EPIPE = 32
    pkg syscall (linux-386), const EPOLLERR = 8
    pkg syscall (linux-386), const EPOLLET = -2147483648
    pkg syscall (linux-386), const EPOLLHUP = 16
    pkg syscall (linux-386), const EPOLLIN = 1
    pkg syscall (linux-386), const EPOLLMSG = 1024
    pkg syscall (linux-386), const EPOLLONESHOT = 1073741824
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const ENOTUNIQ Errno
    pkg syscall (linux-arm-cgo), const EOWNERDEAD Errno
    pkg syscall (linux-arm-cgo), const EPOLLERR ideal-int
    pkg syscall (linux-arm-cgo), const EPOLLET ideal-int
    pkg syscall (linux-arm-cgo), const EPOLLHUP ideal-int
    pkg syscall (linux-arm-cgo), const EPOLLIN ideal-int
    pkg syscall (linux-arm-cgo), const EPOLLMSG ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top