Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for tenminste (0.32 sec)

  1. api/go1.16.txt

    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
    pkg syscall (darwin-arm64), const NOTE_WRITE = 2
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  2. src/archive/tar/reader_test.go

    		{pax + trash[:511], 0, io.ErrUnexpectedEOF},
    		{sparse[:511], 0, io.ErrUnexpectedEOF},
    		{sparse[:512], 0, io.ErrUnexpectedEOF},
    		{sparse[:3584], 1, io.EOF},
    		{sparse[:9200], 1, io.EOF}, // Terminate in padding of sparse header
    		{sparse[:9216], 1, io.EOF},
    		{sparse[:9728], 2, io.ErrUnexpectedEOF},
    		{sparse[:10240], 2, io.EOF},
    		{sparse[:11264], 2, io.ErrUnexpectedEOF},
    		{sparse, 5, io.EOF},
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  3. api/go1.txt

    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
    pkg syscall (darwin-386), const O_ALERT ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  4. PATENTS

    implementation of Go constitutes direct or contributory patent
    infringement, or inducement of patent infringement, then any patent
    rights granted to you under this License for this implementation of Go
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Dec 06 21:31:59 GMT 2010
    - 1.3K bytes
    - Viewed (0)
  5. api/go1.1.txt

    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
    pkg syscall (darwin-386), const OCRNL ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. misc/ios/go_ios_exec.go

    			if not err.Success():
    				sys.stderr.write("lldb: failed to launch remote process: %s\n" % (err))
    				process.Kill()
    				debugger.Terminate()
    				sys.exit(1)
    		run_program()
    
    exitStatus = process.GetExitStatus()
    exitDesc = process.GetExitDescription()
    process.Kill()
    debugger.Terminate()
    if exitStatus == 0 and exitDesc is not None:
    	# Ensure tests fail when killed by a signal.
    	exitStatus = 123
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 23.4K bytes
    - Viewed (0)
  7. doc/go_mem.html

    In the rewritten program, the other goroutine can observe <code>2</code>, which was previously impossible.
    </p>
    
    <p>
    Not introducing data races also means not assuming that loops terminate.
    For example, a compiler must in general not move the accesses to <code>*p</code> or <code>*q</code>
    ahead of the loop in this program:
    </p>
    
    <pre>
    n := 0
    for e := list; e != nil; e = e.next {
    	n++
    }
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (windows-386), const PFL_RECOMMENDED_PROTO_ENTRY = 2
    pkg syscall (windows-386), const PFL_RECOMMENDED_PROTO_ENTRY ideal-int
    pkg syscall (windows-386), const PROCESS_TERMINATE = 1
    pkg syscall (windows-386), const PROCESS_TERMINATE ideal-int
    pkg syscall (windows-386), const WSAEACCES = 10013
    pkg syscall (windows-386), const WSAEACCES Errno
    pkg syscall (windows-386), const WSAPROTOCOL_LEN = 255
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top