Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pointerleave (0.43 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container.go

    	stdout, stderr, err := m.runtimeService.ExecSync(ctx, id.ID, cmd, timeout)
    	// NOTE(tallclair): This does not correctly interleave stdout & stderr, but should be sufficient
    	// for logging purposes. A combined output option will need to be added to the ExecSyncRequest
    	// if more precise output ordering is ever required.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  2. src/crypto/tls/handshake_client_test.go

    			// The initial handshake will generate a
    			// handshakeComplete signal which needs to be quashed.
    			if i == 1 && write {
    				<-stdout.handshakeComplete
    			}
    
    			// OpenSSL will try to interleave application data and
    			// a renegotiation if we send both concurrently.
    			// Therefore: ask OpensSSL to start a renegotiation, run
    			// a goroutine to call client.Read and thus process the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
Back to top