Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for atomicPackagePrefix (0.57 sec)

  1. src/cmd/cover/cover.go

    	return *mode == "atomic" && pkgconfig.PkgPath == "sync/atomic"
    }
    
    // atomicPackagePrefix returns the import path prefix used to refer to
    // our special import of sync/atomic; this is either set to the
    // constant atomicPackageName plus a dot or the empty string if we're
    // instrumenting the sync/atomic package itself.
    func atomicPackagePrefix() string {
    	if atomicOnAtomic() {
    		return ""
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 19:41:17 UTC 2024
    - 34.5K bytes
    - Viewed (0)
Back to top