Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for lock1 (0.08 sec)

  1. src/crypto/x509/x509_test.go

    		t.Errorf("ParsePKCS1PublicKey = %+v, want %+v", pub, pub2)
    	}
    
    	// It's never been documented that asn1.Marshal/Unmarshal on rsa.PublicKey works,
    	// but it does, and we know of code that depends on it.
    	// Lock that in, even though we'd prefer that people use MarshalPKCS1PublicKey and ParsePKCS1PublicKey.
    	derBytes2, err := asn1.Marshal(*pub)
    	if err != nil {
    		t.Errorf("Marshal(rsa.PublicKey): %v", err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_pods_test.go

    	kl := testKubelet.kubelet
    
    	// convertToAPIContainerStatuses is purely transformative and shouldn't alter the state of the kubelet
    	// as there are no synchronisation events in that function (no locks, no channels, ...) each test routine
    	// should have its own vector clock increased independently. Golang race detector uses pure happens-before
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
Back to top