Searched refs:lock (Results 1 – 10 of 10) sorted by relevance
/build/soong/ui/status/ |
D | status.go | 195 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/ |
D | smart_status.go | 42 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/ |
D | tracer.go | 57 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/ |
D | proc_sync.go | 32 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) {
|
D | proc_sync_test.go | 33 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/ |
D | namespace.go | 35 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/ |
D | blockimgdiff.py | 1150 lock = threading.Lock() 1154 with lock: 1197 with lock: 1200 with lock:
|
D | common.py | 2640 lock = threading.Lock() 2645 lock.acquire() 2647 lock.release() 2651 lock.acquire() 2664 lock.release()
|
/build/soong/finder/ |
D | finder.go | 298 f.lock() 394 func (f *Finder) lock() { func
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | prettify.js | 19 …mic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override…
|