Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 25 of 39) 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/pesto/experiments/prepare_bazel_test_env/
Dbazelenv.py122 def sync(self): member in Resource
152 def sync(self): member in StaticResource
153 super().sync()
156 super().sync()
221 def sync(self): member in TemplateResource
222 super().sync()
297 def sync(self): member in BuildTemplateResource
303 self._template_resource.sync()
412 def sync(self) -> None: member in Resources
415 resource.sync()
[all …]
Dprepare_bazel_test_env.py67 ).set_defaults(func=lambda g: g.sync())
/build/soong/cc/
Dsysprop.go49 syspropImplLibrariesLock sync.Mutex
Dmakevars.go37 func getNamedMapForConfig(config android.Config, key android.OnceKey) *sync.Map {
39 return &sync.Map{}
40 }).(*sync.Map)
Dsabi.go26 lsdumpPathsLock sync.Mutex
/build/soong/android/
Dlicenses.go99 func moduleToPackageDefaultLicensesMap(config Config) *sync.Map {
101 return &sync.Map{}
102 }).(*sync.Map)
Dphony.go27 var phonyMapLock sync.Mutex
Dsingleton_module.go61 lock sync.Mutex
Dvisibility.go190 func moduleToVisibilityRuleMap(config Config) *sync.Map {
192 return &sync.Map{}
193 }).(*sync.Map)
Donceper.go23 values sync.Map
Doverride_module.go131 overridesLock sync.Mutex
/build/soong/cmd/fileslist/
Dfileslist.go96 mutex := &sync.Mutex{} // Guard allOutput
100 var wg sync.WaitGroup // To wait for all goroutines.
/build/soong/ui/status/
Dstatus.go226 lock sync.Mutex
310 lock sync.Mutex
/build/soong/finder/
Dfinder.go155 mutex sync.Mutex
157 errlock sync.Mutex
158 shutdownWaitgroup sync.WaitGroup
197 shutdownWaitgroup: sync.WaitGroup{},
604 receivedRequests sync.WaitGroup
610 receivedRequests: sync.WaitGroup{},
1115 wg := sync.WaitGroup{}
1116 var errLock sync.Mutex
/build/make/tools/rbcrun/
Dgo.sum42 golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70…
43 golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70…
44 golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70…
/build/soong/cmd/run_with_timeout/
Drun_with_timeout.go69 sync.Mutex
/build/soong/zip/
Dzip.go216 compressorPool sync.Pool
735 wg := new(sync.WaitGroup)
774 go func(wg *sync.WaitGroup, closer io.Closer) {
788 func (z *ZipWriter) crcFile(r io.Reader, ze *zipEntry, resultChan chan *zipEntry, wg *sync.WaitGrou…
804 …ssPartialFile(r io.Reader, dict []byte, last bool, resultChan chan io.Reader, wg *sync.WaitGroup) {
/build/soong/cc/config/
Dx86_darwin_host.go126 once sync.Once
/build/soong/ui/build/paths/
Dlogs.go182 var wg sync.WaitGroup
/build/blueprint/
Dpackage_ctx.go680 sync.Mutex // protects scope_ during lazy creation
793 sync.Mutex // protects scope_ during lazy creation
907 sync.Mutex // protects scope_ during lazy creation
/build/soong/ui/build/
Dsandbox_linux.go54 once sync.Once
/build/blueprint/bootstrap/bpdoc/
Dreader.go36 mutex sync.Mutex
/build/soong/ui/tracer/
Dtracer.go57 lock sync.Mutex
/build/soong/ui/logger/
Dlogger.go142 mutex sync.Mutex

12