Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for EV_POLL (0.15 sec)

  1. src/syscall/zerrors_darwin_arm64.go

    	EV_ERROR                          = 0x4000
    	EV_FLAG0                          = 0x1000
    	EV_FLAG1                          = 0x2000
    	EV_ONESHOT                        = 0x10
    	EV_OOBAND                         = 0x2000
    	EV_POLL                           = 0x1000
    	EV_RECEIPT                        = 0x40
    	EV_SYSFLAGS                       = 0xf000
    	EXTA                              = 0x4b00
    	EXTB                              = 0x9600
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_darwin_amd64.go

    	EV_ERROR                          = 0x4000
    	EV_FLAG0                          = 0x1000
    	EV_FLAG1                          = 0x2000
    	EV_ONESHOT                        = 0x10
    	EV_OOBAND                         = 0x2000
    	EV_POLL                           = 0x1000
    	EV_RECEIPT                        = 0x40
    	EV_SYSFLAGS                       = 0xf000
    	EXTA                              = 0x4b00
    	EXTB                              = 0x9600
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	EV_FLAG0                                = 0x1000
    	EV_FLAG1                                = 0x2000
    	EV_ONESHOT                              = 0x10
    	EV_OOBAND                               = 0x2000
    	EV_POLL                                 = 0x1000
    	EV_RECEIPT                              = 0x40
    	EV_SYSFLAGS                             = 0xf000
    	EV_UDATA_SPECIFIC                       = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	EV_FLAG0                                = 0x1000
    	EV_FLAG1                                = 0x2000
    	EV_ONESHOT                              = 0x10
    	EV_OOBAND                               = 0x2000
    	EV_POLL                                 = 0x1000
    	EV_RECEIPT                              = 0x40
    	EV_SYSFLAGS                             = 0xf000
    	EV_UDATA_SPECIFIC                       = 0x100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const EV_ONESHOT ideal-int
    pkg syscall (darwin-arm64), const EV_OOBAND = 8192
    pkg syscall (darwin-arm64), const EV_OOBAND ideal-int
    pkg syscall (darwin-arm64), const EV_POLL = 4096
    pkg syscall (darwin-arm64), const EV_POLL ideal-int
    pkg syscall (darwin-arm64), const EV_RECEIPT = 64
    pkg syscall (darwin-arm64), const EV_RECEIPT ideal-int
    pkg syscall (darwin-arm64), const EV_SYSFLAGS = 61440
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"EV_ENABLE", Const, 0},
    		{"EV_EOF", Const, 0},
    		{"EV_ERROR", Const, 0},
    		{"EV_FLAG0", Const, 0},
    		{"EV_FLAG1", Const, 0},
    		{"EV_ONESHOT", Const, 0},
    		{"EV_OOBAND", Const, 0},
    		{"EV_POLL", Const, 0},
    		{"EV_RECEIPT", Const, 0},
    		{"EV_SYSFLAGS", Const, 0},
    		{"EWINDOWS", Const, 0},
    		{"EWOULDBLOCK", Const, 0},
    		{"EXDEV", Const, 0},
    		{"EXFULL", Const, 0},
    		{"EXTA", 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)
  7. api/go1.txt

    pkg syscall (darwin-386), const EV_FLAG1 ideal-int
    pkg syscall (darwin-386), const EV_ONESHOT ideal-int
    pkg syscall (darwin-386), const EV_OOBAND ideal-int
    pkg syscall (darwin-386), const EV_POLL ideal-int
    pkg syscall (darwin-386), const EV_RECEIPT ideal-int
    pkg syscall (darwin-386), const EV_SYSFLAGS ideal-int
    pkg syscall (darwin-386), const EXTA ideal-int
    pkg syscall (darwin-386), const EXTB 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. api/go1.1.txt

    pkg syscall (darwin-386), const EV_FLAG0 = 4096
    pkg syscall (darwin-386), const EV_FLAG1 = 8192
    pkg syscall (darwin-386), const EV_ONESHOT = 16
    pkg syscall (darwin-386), const EV_OOBAND = 8192
    pkg syscall (darwin-386), const EV_POLL = 4096
    pkg syscall (darwin-386), const EV_RECEIPT = 64
    pkg syscall (darwin-386), const EV_SYSFLAGS = 61440
    pkg syscall (darwin-386), const EWOULDBLOCK = 35
    pkg syscall (darwin-386), const EXDEV = 18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top