Home
last modified time | relevance | path

Searched refs:lock (Results 1 – 10 of 10) sorted by relevance

/build/soong/ui/status/
Dstatus.go195 lock sync.Mutex member
205 s.lock.Lock()
206 defer s.lock.Unlock()
222 s.lock.Lock()
223 defer s.lock.Unlock()
231 s.lock.Lock()
232 defer s.lock.Unlock()
238 s.lock.Lock()
239 defer s.lock.Unlock()
250 s.lock.Lock()
[all …]
/build/soong/ui/terminal/
Dsmart_status.go42 lock sync.Mutex member
112 s.lock.Lock()
113 defer s.lock.Unlock()
132 s.lock.Lock()
133 defer s.lock.Unlock()
153 s.lock.Lock()
154 defer s.lock.Unlock()
180 s.lock.Lock()
181 defer s.lock.Unlock()
204 s.lock.Lock()
[all …]
/build/soong/ui/tracer/
Dtracer.go57 lock sync.Mutex member
129 t.lock.Lock()
130 defer t.lock.Unlock()
159 t.lock.Lock()
160 defer t.lock.Unlock()
166 t.lock.Lock()
167 defer t.lock.Unlock()
206 t.lock.Lock()
207 defer t.lock.Unlock()
/build/soong/ui/build/
Dproc_sync.go32 func BecomeSingletonOrFail(ctx Context, config Config) (lock *fileLock) {
74 func lockSynchronous(lock lockable, waiter waiter, logger logger.Logger) (err error) {
79 err = lock.tryLock()
83 …uired lock on %v; previous Soong process must have completed. Continuing...\n", lock.description())
91 …no other Soong process is running in the same output directory\n", description, lock.description())
98 lock.description(), waiter.summarize())
105 func newLock(basedir string) (lock *fileLock, err error) {
Dproc_sync_test.go33 func lockOrFail(t *testing.T) (lock fileLock) {
84 func testLockCountingTo(index int) (lock *countLock) {
208 lock := testLockCountingTo(0)
210 err := lockSynchronous(lock, waiter, noopLogger)
220 lock := testLockCountingTo(2)
222 err := lockSynchronous(lock, waiter, noopLogger)
232 lock := testLockCountingTo(3)
234 err := lockSynchronous(lock, waiter, noopLogger)
236 …on %v which should not be available until iteration %v", waiter.numWaitsElapsed, lock.successIndex)
/build/soong/android/
Dnamespace.go35 lock sync.Mutex member
41 s.lock.Lock()
42 defer s.lock.Unlock()
50 s.lock.Lock()
51 defer s.lock.Unlock()
/build/make/tools/releasetools/
Dblockimgdiff.py1150 lock = threading.Lock()
1154 with lock:
1197 with lock:
1200 with lock:
Dcommon.py2640 lock = threading.Lock()
2645 lock.acquire()
2647 lock.release()
2651 lock.acquire()
2664 lock.release()
/build/soong/finder/
Dfinder.go298 f.lock()
394 func (f *Finder) lock() { func
/build/make/tools/droiddoc/templates-ndk/assets/js/
Dprettify.js19 …mic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override…