Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 25 of 43) sorted by relevance

12

/build/soong/third_party/zip/
Dregister.go29 var flateWriterPool sync.Pool
42 mu sync.Mutex // guards Close and Write
67 var flateReaderPool sync.Pool
80 mu sync.Mutex // guards Close and Read
106 mu sync.RWMutex // guards compressor and decompressor maps
/build/soong/cmd/fileslist/
Dfileslist.go96 mutex := &sync.Mutex{} // Guard allOutput
100 var wg sync.WaitGroup // To wait for all goroutines.
/build/soong/cc/
Dsysprop.go30 syspropImplLibrariesLock sync.Mutex
Dmakevars.go37 func getNamedMapForConfig(config android.Config, key android.OnceKey) *sync.Map {
39 return &sync.Map{}
40 }).(*sync.Map)
Dsabi.go27 sabiLock sync.Mutex
Dvendor_public_library.go28 vendorPublicLibrariesLock sync.Mutex
/build/soong/java/
Dsysprop.go32 syspropPublicStubsLock sync.Mutex
/build/soong/android/
Dvisibility.go189 func moduleToVisibilityRuleMap(config Config) *sync.Map {
191 return &sync.Map{}
192 }).(*sync.Map)
Dphony.go27 var phonyMapLock sync.Mutex
Dnamespace.go35 lock sync.Mutex
84 namespacesByDir sync.Map // if generics were supported, this would be sync.Map[string]*Namespace
92 namespacesByDir: sync.Map{},
Donceper.go23 values sync.Map
Dapex.go164 apexVariationsLock sync.Mutex // protects apexVariations during parallel apexDepsMutator
308 var apexNamesMapMutex sync.Mutex
Doverride_module.go131 overridesLock sync.Mutex
/build/soong/ui/status/
Dstatus.go195 lock sync.Mutex
279 lock sync.Mutex
/build/soong/finder/
Dfinder.go152 mutex sync.Mutex
154 errlock sync.Mutex
155 shutdownWaitgroup sync.WaitGroup
194 shutdownWaitgroup: sync.WaitGroup{},
601 receivedRequests sync.WaitGroup
607 receivedRequests: sync.WaitGroup{},
1112 wg := sync.WaitGroup{}
1113 var errLock sync.Mutex
/build/soong/zip/
Dzip.go188 compressorPool sync.Pool
747 wg := new(sync.WaitGroup)
786 go func(wg *sync.WaitGroup, closer io.Closer) {
800 func (z *ZipWriter) crcFile(r io.Reader, ze *zipEntry, resultChan chan *zipEntry, wg *sync.WaitGrou…
816 …ssPartialFile(r io.Reader, dict []byte, last bool, resultChan chan io.Reader, wg *sync.WaitGroup) {
/build/soong/cc/config/
Dx86_darwin_host.go125 once sync.Once
/build/soong/apex/
Dvndk.go66 vndkApexListMutex sync.Mutex
/build/blueprint/
Dpackage_ctx.go619 sync.Mutex // protects scope_ during lazy creation
724 sync.Mutex // protects scope_ during lazy creation
831 sync.Mutex // protects scope_ during lazy creation
Dlive_tracker.go24 sync.Mutex
/build/soong/ui/build/paths/
Dlogs.go182 var wg sync.WaitGroup
/build/soong/ui/build/
Dsandbox_linux.go54 once sync.Once
/build/soong/ui/tracer/
Dtracer.go57 lock sync.Mutex
/build/blueprint/bootstrap/bpdoc/
Dreader.go36 mutex sync.Mutex
/build/soong/ui/logger/
Dlogger.go142 mutex sync.Mutex

12