Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for VTDLY (0.15 sec)

  1. src/syscall/zerrors_linux_arm64.go

    	VSTOP                            = 0x9
    	VSUSP                            = 0xa
    	VSWTC                            = 0x7
    	VT0                              = 0x0
    	VT1                              = 0x4000
    	VTDLY                            = 0x4000
    	VTIME                            = 0x5
    	VWERASE                          = 0xe
    	WALL                             = 0x40000000
    	WCLONE                           = 0x80000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	VSTOP                                   = 0xd
    	VSUSP                                   = 0xa
    	VT0                                     = 0x0
    	VT1                                     = 0x10000
    	VTDLY                                   = 0x10000
    	VTIME                                   = 0x11
    	VWERASE                                 = 0x4
    	WCONTINUED                              = 0x10
    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. src/syscall/zerrors_linux_ppc64le.go

    	VSTOP                            = 0xe
    	VSUSP                            = 0xc
    	VSWTC                            = 0x9
    	VT0                              = 0x0
    	VT1                              = 0x10000
    	VTDLY                            = 0x10000
    	VTIME                            = 0x7
    	VWERASE                          = 0xa
    	WALL                             = 0x40000000
    	WCLONE                           = 0x80000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_loong64.go

    	VSTOP                             = 0x9
    	VSUSP                             = 0xa
    	VSWTC                             = 0x7
    	VT0                               = 0x0
    	VT1                               = 0x4000
    	VTDLY                             = 0x4000
    	VTIME                             = 0x5
    	VWERASE                           = 0xe
    	WALL                              = 0x40000000
    	WCLONE                            = 0x80000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const VT0 ideal-int
    pkg syscall (darwin-arm64), const VT1 = 65536
    pkg syscall (darwin-arm64), const VT1 ideal-int
    pkg syscall (darwin-arm64), const VTDLY = 65536
    pkg syscall (darwin-arm64), const VTDLY ideal-int
    pkg syscall (darwin-arm64), const VTIME = 17
    pkg syscall (darwin-arm64), const VTIME ideal-int
    pkg syscall (darwin-arm64), const VWERASE = 4
    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. api/go1.1.txt

    pkg syscall (darwin-386), const VT0 ideal-int
    pkg syscall (darwin-386), const VT1 = 65536
    pkg syscall (darwin-386), const VT1 ideal-int
    pkg syscall (darwin-386), const VTDLY = 65536
    pkg syscall (darwin-386), const VTDLY ideal-int
    pkg syscall (darwin-386), const VTIME = 17
    pkg syscall (darwin-386), const VTIME ideal-int
    pkg syscall (darwin-386), const VWERASE = 4
    pkg syscall (darwin-386), const VWERASE ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"VREPRINT", Const, 0},
    		{"VSTART", Const, 0},
    		{"VSTATUS", Const, 1},
    		{"VSTOP", Const, 0},
    		{"VSUSP", Const, 0},
    		{"VSWTC", Const, 0},
    		{"VT0", Const, 1},
    		{"VT1", Const, 1},
    		{"VTDLY", Const, 1},
    		{"VTIME", Const, 0},
    		{"VWERASE", Const, 0},
    		{"VirtualLock", Func, 0},
    		{"VirtualUnlock", Func, 0},
    		{"WAIT_ABANDONED", Const, 0},
    		{"WAIT_FAILED", 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