Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for invalidDate (0.43 sec)

  1. api/go1.3.txt

    pkg syscall (netbsd-386), const MCL_FUTURE ideal-int
    pkg syscall (netbsd-386), const MS_ASYNC = 1
    pkg syscall (netbsd-386), const MS_ASYNC ideal-int
    pkg syscall (netbsd-386), const MS_INVALIDATE = 2
    pkg syscall (netbsd-386), const MS_INVALIDATE ideal-int
    pkg syscall (netbsd-386), const MS_SYNC = 4
    pkg syscall (netbsd-386), const MS_SYNC ideal-int
    pkg syscall (netbsd-386), const PROT_EXEC = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const MSG_WAITALL = 64
    pkg syscall (netbsd-arm64-cgo), const MSG_WAITALL ideal-int
    pkg syscall (netbsd-arm64-cgo), const MS_INVALIDATE = 2
    pkg syscall (netbsd-arm64-cgo), const MS_INVALIDATE ideal-int
    pkg syscall (netbsd-arm64-cgo), const MS_SYNC = 4
    pkg syscall (netbsd-arm64-cgo), const MS_SYNC ideal-int
    pkg syscall (netbsd-arm64-cgo), const NAME_MAX = 511
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  3. src/cmd/cgo/gcc.go

    	for len(c.ptrKeys) > 0 {
    		dtype := c.ptrKeys[0]
    		dtypeKey := dtype.String()
    		c.ptrKeys = c.ptrKeys[1:]
    		ptrs := c.ptrs[dtypeKey]
    		delete(c.ptrs, dtypeKey)
    
    		// Note Type might invalidate c.ptrs[dtypeKey].
    		t := c.Type(dtype, pos)
    		for _, ptr := range ptrs {
    			ptr.Go.(*ast.StarExpr).X = t.Go
    			ptr.C.Set("%s*", t.C)
    		}
    	}
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const MS_ASYNC ideal-int
    pkg syscall (darwin-arm64), const MS_DEACTIVATE = 8
    pkg syscall (darwin-arm64), const MS_DEACTIVATE ideal-int
    pkg syscall (darwin-arm64), const MS_INVALIDATE = 2
    pkg syscall (darwin-arm64), const MS_INVALIDATE ideal-int
    pkg syscall (darwin-arm64), const MS_KILLPAGES = 4
    pkg syscall (darwin-arm64), const MS_KILLPAGES ideal-int
    pkg syscall (darwin-arm64), const MS_SYNC = 16
    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)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MCL_FUTURE ideal-int
    pkg syscall (freebsd-arm64), const MS_ASYNC = 1
    pkg syscall (freebsd-arm64), const MS_ASYNC ideal-int
    pkg syscall (freebsd-arm64), const MS_INVALIDATE = 2
    pkg syscall (freebsd-arm64), const MS_INVALIDATE ideal-int
    pkg syscall (freebsd-arm64), const MS_SYNC = 0
    pkg syscall (freebsd-arm64), const MS_SYNC ideal-int
    pkg syscall (freebsd-arm64), const MSG_CMSG_CLOEXEC = 262144
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (darwin-386), const MSG_WAITSTREAM ideal-int
    pkg syscall (darwin-386), const MS_ASYNC ideal-int
    pkg syscall (darwin-386), const MS_DEACTIVATE ideal-int
    pkg syscall (darwin-386), const MS_INVALIDATE ideal-int
    pkg syscall (darwin-386), const MS_KILLPAGES ideal-int
    pkg syscall (darwin-386), const MS_SYNC ideal-int
    pkg syscall (darwin-386), const NAME_MAX ideal-int
    pkg syscall (darwin-386), const NET_RT_DUMP 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)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const MS_ASYNC = 1 #53466
    pkg syscall (freebsd-riscv64), const MS_ASYNC ideal-int #53466
    pkg syscall (freebsd-riscv64), const MS_INVALIDATE = 2 #53466
    pkg syscall (freebsd-riscv64), const MS_INVALIDATE ideal-int #53466
    pkg syscall (freebsd-riscv64), const MS_SYNC = 0 #53466
    pkg syscall (freebsd-riscv64), const MS_SYNC ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (freebsd-386), const MSG_WAITALL = 64
    pkg syscall (freebsd-386), const MS_ASYNC = 1
    pkg syscall (freebsd-386), const MS_ASYNC ideal-int
    pkg syscall (freebsd-386), const MS_INVALIDATE = 2
    pkg syscall (freebsd-386), const MS_INVALIDATE ideal-int
    pkg syscall (freebsd-386), const MS_SYNC = 0
    pkg syscall (freebsd-386), const MS_SYNC ideal-int
    pkg syscall (freebsd-386), const NET_RT_DUMP = 1
    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)
  9. doc/go_mem.html

    	print(b)
    	print(a)
    }
    
    func main() {
    	go f()
    	g()
    }
    </pre>
    
    <p>
    it can happen that <code>g</code> prints <code>2</code> and then <code>0</code>.
    </p>
    
    <p>
    This fact invalidates a few common idioms.
    </p>
    
    <p>
    Double-checked locking is an attempt to avoid the overhead of synchronization.
    For example, the <code>twoprint</code> program might be
    incorrectly written as:
    </p>
    
    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)
  10. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const MSG_TRUNC ideal-int
    pkg syscall (freebsd-386-cgo), const MSG_WAITALL ideal-int
    pkg syscall (freebsd-386-cgo), const MS_ASYNC ideal-int
    pkg syscall (freebsd-386-cgo), const MS_INVALIDATE ideal-int
    pkg syscall (freebsd-386-cgo), const MS_SYNC ideal-int
    pkg syscall (freebsd-386-cgo), const NET_RT_DUMP ideal-int
    pkg syscall (freebsd-386-cgo), const NET_RT_FLAGS ideal-int
    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