Home
last modified time | relevance | path

Searched refs:mutex (Results 1 – 6 of 6) sorted by relevance

/build/blueprint/bootstrap/bpdoc/
Dreader.go38 mutex sync.Mutex member
180 r.mutex.Lock()
181 defer r.mutex.Unlock()
189 r.mutex.Lock()
190 defer r.mutex.Unlock()
222 r.mutex.Lock()
223 defer r.mutex.Unlock()
229 r.mutex.Lock()
230 defer r.mutex.Unlock()
/build/soong/cmd/fileslist/
Dfileslist.go96 mutex := &sync.Mutex{} // Guard allOutput
115 mutex.Lock()
117 mutex.Unlock()
/build/soong/ui/logger/
Dlogger.go143 mutex sync.Mutex member
176 s.mutex.Lock()
177 defer s.mutex.Unlock()
196 s.mutex.Lock()
197 defer s.mutex.Unlock()
/build/make/tools/metadata/
Dgenerator.go24 mutex, _ := kl.locks.LoadOrStore(key, &sync.Mutex{})
25 return mutex.(*sync.Mutex)
/build/blueprint/microfactory/
Dmicrofactory.go174 mutex sync.Mutex member
383 p.mutex.Lock()
384 defer p.mutex.Unlock()
/build/soong/finder/
Dfinder.go159 mutex sync.Mutex member
402 f.mutex.Lock()
406 f.mutex.Unlock()