Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for NOTE_VM_PRESSURE_SUDDEN_TERMINATE (0.75 sec)

  1. src/syscall/zerrors_darwin_arm64.go

    	NOTE_TRIGGER                      = 0x1000000
    	NOTE_USECONDS                     = 0x2
    	NOTE_VM_ERROR                     = 0x10000000
    	NOTE_VM_PRESSURE                  = 0x80000000
    	NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 0x20000000
    	NOTE_VM_PRESSURE_TERMINATE        = 0x40000000
    	NOTE_WRITE                        = 0x2
    	OCRNL                             = 0x10
    	OFDEL                             = 0x20000
    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

    	NOTE_TRIGGER                      = 0x1000000
    	NOTE_USECONDS                     = 0x2
    	NOTE_VM_ERROR                     = 0x10000000
    	NOTE_VM_PRESSURE                  = 0x80000000
    	NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 0x20000000
    	NOTE_VM_PRESSURE_TERMINATE        = 0x40000000
    	NOTE_WRITE                        = 0x2
    	OCRNL                             = 0x10
    	OFDEL                             = 0x20000
    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

    	NOTE_TRIGGER                            = 0x1000000
    	NOTE_USECONDS                           = 0x2
    	NOTE_VM_ERROR                           = 0x10000000
    	NOTE_VM_PRESSURE                        = 0x80000000
    	NOTE_VM_PRESSURE_SUDDEN_TERMINATE       = 0x20000000
    	NOTE_VM_PRESSURE_TERMINATE              = 0x40000000
    	NOTE_WRITE                              = 0x2
    	OCRNL                                   = 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)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	NOTE_TRIGGER                            = 0x1000000
    	NOTE_USECONDS                           = 0x2
    	NOTE_VM_ERROR                           = 0x10000000
    	NOTE_VM_PRESSURE                        = 0x80000000
    	NOTE_VM_PRESSURE_SUDDEN_TERMINATE       = 0x20000000
    	NOTE_VM_PRESSURE_TERMINATE              = 0x40000000
    	NOTE_WRITE                              = 0x2
    	OCRNL                                   = 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)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE = 2147483648
    pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE ideal-int
    pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
    pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE ideal-int
    pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
    pkg syscall (darwin-arm64), const NOTE_VM_PRESSURE_TERMINATE ideal-int
    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

    		{"NOTE_TRIGGER", Const, 0},
    		{"NOTE_TRUNCATE", Const, 1},
    		{"NOTE_USECONDS", Const, 0},
    		{"NOTE_VM_ERROR", Const, 0},
    		{"NOTE_VM_PRESSURE", Const, 0},
    		{"NOTE_VM_PRESSURE_SUDDEN_TERMINATE", Const, 0},
    		{"NOTE_VM_PRESSURE_TERMINATE", Const, 0},
    		{"NOTE_WRITE", Const, 0},
    		{"NameCanonical", Const, 0},
    		{"NameCanonicalEx", Const, 0},
    		{"NameDisplay", 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 NOTE_USECONDS ideal-int
    pkg syscall (darwin-386), const NOTE_VM_ERROR ideal-int
    pkg syscall (darwin-386), const NOTE_VM_PRESSURE ideal-int
    pkg syscall (darwin-386), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE ideal-int
    pkg syscall (darwin-386), const NOTE_VM_PRESSURE_TERMINATE ideal-int
    pkg syscall (darwin-386), const NOTE_WRITE ideal-int
    pkg syscall (darwin-386), const O_ACCMODE 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 NOTE_USECONDS = 2
    pkg syscall (darwin-386), const NOTE_VM_ERROR = 268435456
    pkg syscall (darwin-386), const NOTE_VM_PRESSURE = 2147483648
    pkg syscall (darwin-386), const NOTE_VM_PRESSURE_SUDDEN_TERMINATE = 536870912
    pkg syscall (darwin-386), const NOTE_VM_PRESSURE_TERMINATE = 1073741824
    pkg syscall (darwin-386), const NOTE_WRITE = 2
    pkg syscall (darwin-386), const OCRNL = 16
    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