Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for unlock2 (0.33 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Mutex).Lock", Method, 0},
    		{"(*Mutex).TryLock", Method, 18},
    		{"(*Mutex).Unlock", Method, 0},
    		{"(*Once).Do", Method, 0},
    		{"(*Pool).Get", Method, 3},
    		{"(*Pool).Put", Method, 3},
    		{"(*RWMutex).Lock", Method, 0},
    		{"(*RWMutex).RLock", Method, 0},
    		{"(*RWMutex).RLocker", Method, 0},
    		{"(*RWMutex).RUnlock", Method, 0},
    		{"(*RWMutex).TryLock", Method, 18},
    		{"(*RWMutex).TryRLock", Method, 18},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. RELEASE.md

        *   AutoGraph error messages now exclude frames corresponding to APIs
            internal to AutoGraph.
        *   Improve shape inference for `tf.function` input arguments to unlock more
            Grappler optimizations in TensorFlow 2.x.
        *   Improve automatic control dependency management of resources by allowing
            resource reads to occur in parallel and synchronizing only on writes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top