Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/bpdoc/
Dreader.go36 mutex sync.Mutex member
141 r.mutex.Lock()
142 defer r.mutex.Unlock()
150 r.mutex.Lock()
151 defer r.mutex.Unlock()
183 r.mutex.Lock()
184 defer r.mutex.Unlock()
190 r.mutex.Lock()
191 defer r.mutex.Unlock()
/build/soong/ui/logger/
Dlogger.go142 mutex sync.Mutex member
169 s.mutex.Lock()
170 defer s.mutex.Unlock()
189 s.mutex.Lock()
190 defer s.mutex.Unlock()
/build/soong/cmd/fileslist/
Dfileslist.go96 mutex := &sync.Mutex{} // Guard allOutput
115 mutex.Lock()
117 mutex.Unlock()
/build/blueprint/microfactory/
Dmicrofactory.go157 mutex sync.Mutex member
366 p.mutex.Lock()
367 defer p.mutex.Unlock()
/build/soong/cc/
Dsanitize.go1107 func appendStringSync(item string, list *[]string, mutex *sync.Mutex) {
1108 mutex.Lock()
1110 mutex.Unlock()
/build/soong/finder/
Dfinder.go152 mutex sync.Mutex member
395 f.mutex.Lock()
399 f.mutex.Unlock()