Searched refs:sync (Results 1 – 25 of 39) sorted by relevance
12
/build/soong/third_party/zip/ |
D | register.go | 29 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/ |
D | bazelenv.py | 122 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 …]
|
D | prepare_bazel_test_env.py | 67 ).set_defaults(func=lambda g: g.sync())
|
/build/soong/cc/ |
D | sysprop.go | 49 syspropImplLibrariesLock sync.Mutex
|
D | makevars.go | 37 func getNamedMapForConfig(config android.Config, key android.OnceKey) *sync.Map { 39 return &sync.Map{} 40 }).(*sync.Map)
|
D | sabi.go | 26 lsdumpPathsLock sync.Mutex
|
/build/soong/android/ |
D | licenses.go | 99 func moduleToPackageDefaultLicensesMap(config Config) *sync.Map { 101 return &sync.Map{} 102 }).(*sync.Map)
|
D | phony.go | 27 var phonyMapLock sync.Mutex
|
D | singleton_module.go | 61 lock sync.Mutex
|
D | visibility.go | 190 func moduleToVisibilityRuleMap(config Config) *sync.Map { 192 return &sync.Map{} 193 }).(*sync.Map)
|
D | onceper.go | 23 values sync.Map
|
D | override_module.go | 131 overridesLock sync.Mutex
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 96 mutex := &sync.Mutex{} // Guard allOutput 100 var wg sync.WaitGroup // To wait for all goroutines.
|
/build/soong/ui/status/ |
D | status.go | 226 lock sync.Mutex 310 lock sync.Mutex
|
/build/soong/finder/ |
D | finder.go | 155 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/ |
D | go.sum | 42 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/ |
D | run_with_timeout.go | 69 sync.Mutex
|
/build/soong/zip/ |
D | zip.go | 216 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/ |
D | x86_darwin_host.go | 126 once sync.Once
|
/build/soong/ui/build/paths/ |
D | logs.go | 182 var wg sync.WaitGroup
|
/build/blueprint/ |
D | package_ctx.go | 680 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/ |
D | sandbox_linux.go | 54 once sync.Once
|
/build/blueprint/bootstrap/bpdoc/ |
D | reader.go | 36 mutex sync.Mutex
|
/build/soong/ui/tracer/ |
D | tracer.go | 57 lock sync.Mutex
|
/build/soong/ui/logger/ |
D | logger.go | 142 mutex sync.Mutex
|
12