Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for overlapped (0.28 sec)

  1. src/net/lookup_windows.go

    	}
    
    	select {
    	case r := <-ch:
    		return r.addrs, r.err
    	case <-ctx.Done():
    		// TODO(bradfitz,brainman): cancel the ongoing
    		// GetAddrInfoW? It would require conditionally using
    		// GetAddrInfoEx with lpOverlapped, which requires
    		// Windows 8 or newer. I guess we'll need oldLookupIP,
    		// newLookupIP, and newerLookUP.
    		//
    		// For now we just let it finish and write to the
    		// buffered channel.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg syscall (windows-386), const WSASYS_STATUS_LEN = 128
    pkg syscall (windows-386), const X509_ASN_ENCODING = 1
    pkg syscall (windows-386), func CancelIoEx(Handle, *Overlapped) error
    pkg syscall (windows-386), func ConnectEx(Handle, Sockaddr, *uint8, uint32, *uint32, *Overlapped) error
    pkg syscall (windows-386), func FreeAddrInfoW(*AddrinfoW)
    pkg syscall (windows-386), func GetAddrInfoW(*uint16, *uint16, *AddrinfoW, **AddrinfoW) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  3. RELEASE.md

            `True`,`tf.data` will now automatically add a `prefetch` transformation
            to datasets that end in synchronous transformations. This enables data
            generation to be overlapped with data consumption. This may cause a
            small increase in memory usage due to buffering. To enable this
            behavior, set `inject_prefetch=True` in
            `tf.data.experimental.OptimizationOptions`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. src/internal/trace/traceviewer/static/trace_viewer_full.html

    tr.b.iterateOverIntersectingIntervals(this.timeSlices,function(x){return x.start;},function(x){return x.end;},start,end,addStatsForSlice);return...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
Back to top