Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for EV_POLL (0.07 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
Back to top