Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for SO_UPCALLCLOSEWAIT (0.5 sec)

  1. src/syscall/zerrors_darwin_arm64.go

    	SO_SNDTIMEO                       = 0x1005
    	SO_TIMESTAMP                      = 0x400
    	SO_TIMESTAMP_MONOTONIC            = 0x800
    	SO_TYPE                           = 0x1008
    	SO_UPCALLCLOSEWAIT                = 0x1027
    	SO_USELOOPBACK                    = 0x40
    	SO_WANTMORE                       = 0x4000
    	SO_WANTOOBFLAG                    = 0x8000
    	S_IEXEC                           = 0x40
    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

    	SO_SNDTIMEO                       = 0x1005
    	SO_TIMESTAMP                      = 0x400
    	SO_TIMESTAMP_MONOTONIC            = 0x800
    	SO_TYPE                           = 0x1008
    	SO_UPCALLCLOSEWAIT                = 0x1027
    	SO_USELOOPBACK                    = 0x40
    	SO_WANTMORE                       = 0x4000
    	SO_WANTOOBFLAG                    = 0x8000
    	S_IEXEC                           = 0x40
    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

    	SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT = 0x4
    	SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER      = 0x2
    	SO_TRACKER_TRANSPARENCY_VERSION         = 0x3
    	SO_TYPE                                 = 0x1008
    	SO_UPCALLCLOSEWAIT                      = 0x1027
    	SO_USELOOPBACK                          = 0x40
    	SO_WANTMORE                             = 0x4000
    	SO_WANTOOBFLAG                          = 0x8000
    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

    	SO_TRACKER_ATTRIBUTE_FLAGS_DOMAIN_SHORT = 0x4
    	SO_TRACKER_ATTRIBUTE_FLAGS_TRACKER      = 0x2
    	SO_TRACKER_TRANSPARENCY_VERSION         = 0x3
    	SO_TYPE                                 = 0x1008
    	SO_UPCALLCLOSEWAIT                      = 0x1027
    	SO_USELOOPBACK                          = 0x40
    	SO_WANTMORE                             = 0x4000
    	SO_WANTOOBFLAG                          = 0x8000
    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 SO_TYPE = 4104
    pkg syscall (darwin-arm64), const SO_TYPE ideal-int
    pkg syscall (darwin-arm64), const SO_UPCALLCLOSEWAIT = 4135
    pkg syscall (darwin-arm64), const SO_UPCALLCLOSEWAIT ideal-int
    pkg syscall (darwin-arm64), const SO_USELOOPBACK = 64
    pkg syscall (darwin-arm64), const SO_USELOOPBACK ideal-int
    pkg syscall (darwin-arm64), const SO_WANTMORE = 16384
    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

    		{"SO_SPLICE", Const, 1},
    		{"SO_TIMESTAMP", Const, 0},
    		{"SO_TIMESTAMPING", Const, 0},
    		{"SO_TIMESTAMPNS", Const, 0},
    		{"SO_TIMESTAMP_MONOTONIC", Const, 0},
    		{"SO_TYPE", Const, 0},
    		{"SO_UPCALLCLOSEWAIT", Const, 0},
    		{"SO_UPDATE_ACCEPT_CONTEXT", Const, 0},
    		{"SO_UPDATE_CONNECT_CONTEXT", Const, 1},
    		{"SO_USELOOPBACK", Const, 0},
    		{"SO_USER_COOKIE", Const, 1},
    		{"SO_VENDOR", Const, 3},
    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 SO_TIMESTAMP ideal-int
    pkg syscall (darwin-386), const SO_TIMESTAMP_MONOTONIC ideal-int
    pkg syscall (darwin-386), const SO_TYPE ideal-int
    pkg syscall (darwin-386), const SO_UPCALLCLOSEWAIT ideal-int
    pkg syscall (darwin-386), const SO_USELOOPBACK ideal-int
    pkg syscall (darwin-386), const SO_WANTMORE ideal-int
    pkg syscall (darwin-386), const SO_WANTOOBFLAG 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 SO_TIMESTAMP = 1024
    pkg syscall (darwin-386), const SO_TIMESTAMP_MONOTONIC = 2048
    pkg syscall (darwin-386), const SO_TYPE = 4104
    pkg syscall (darwin-386), const SO_UPCALLCLOSEWAIT = 4135
    pkg syscall (darwin-386), const SO_USELOOPBACK = 64
    pkg syscall (darwin-386), const SO_WANTMORE = 16384
    pkg syscall (darwin-386), const SO_WANTOOBFLAG = 32768
    pkg syscall (darwin-386), const SYS_ACCEPT = 30
    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