HomeSort by relevance Sort by last modified time
    Searched refs:held (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/valgrind/drd/tests/
hold_lock_1.stderr.exp 6 Lock on mutex 0x........ was held during ... ms (threshold: 500 ms).
17 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
hold_lock_2.stderr.exp 8 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
switch_unix.go 23 // sw.smu must be held before call.
switch_windows.go 23 // sw.smu must be held before call.
  /prebuilts/go/linux-x86/src/net/internal/socktest/
switch_unix.go 23 // sw.smu must be held before call.
switch_windows.go 23 // sw.smu must be held before call.
  /external/clang/test/PCH/
thread-safety-attrs.cpp 212 // expected-warning{{releasing mutex 'sls_mu' that was not held}}
218 // expected-warning{{acquiring mutex 'sls_mu' that is already held}}
224 } // expected-warning{{mutex 'sls_mu' is still held at the end of function}}
231 } // expected-warning{{mutex 'sls_mu' is not held on every path through here}} \
232 // expected-warning{{mutex 'sls_mu2' is not held on every path through here}}
238 } // expected-warning{{mutex 'sls_mu' is not held on every path through here}}
251 expected-warning{{mutex 'sls_mu' is not held on every path through here}}\
252 expected-warning{{releasing mutex 'sls_mu' that was not held}}
262 expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}}
274 sls_mu.Unlock(); // expected-warning{{expecting mutex 'sls_mu' to be held at start of each loop}
    [all...]
  /external/flatbuffers/android/jni/
Application.mk 4 # warranty. In no event will the authors be held liable for any damages
Android.mk 4 # warranty. In no event will the authors be held liable for any damages
build_flatc.bat 4 @rem warranty. In no event will the authors be held liable for any damages
  /external/flatbuffers/samples/android/jni/
Application.mk 4 # warranty. In no event will the authors be held liable for any damages
Android.mk 4 # warranty. In no event will the authors be held liable for any damages
  /external/libxml2/
threads.c 123 unsigned int held; member in struct:_xmlRMutex
306 tok->held = 0;
364 if (tok->held) {
366 tok->held++;
371 while (tok->held)
377 tok->held = 1;
409 tok->held--;
410 if (tok->held == 0) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
KeyguardIndicationControllerTest.java 186 Boolean[] held = new Boolean[1]; local
188 held[0] = mWakeLock.isHeld();
190 assertFalse("WakeLock expected: RELEASED, was: HELD", held[0]);
  /external/valgrind/drd/
drd_rwlock.c 545 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
546 if (held > DRD_(s_shared_threshold_ms))
550 rwlock, p->acquired_at, held, DRD_(s_shared_threshold_ms) };
575 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
576 if (held > DRD_(s_exclusive_threshold_ms))
580 rwlock, p->acquired_at, held,
drd_mutex.c 429 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
430 if (held > s_mutex_lock_threshold_ms)
434 mutex, p->acquired_at, held, s_mutex_lock_threshold_ms };
  /prebuilts/go/darwin-x86/src/sync/
cond.go 17 // which must be held when changing the condition and
25 // L is held while observing or changing the condition
rwmutex.go 14 // The lock can be held by an arbitrary number of readers or a single writer.
26 w Mutex // held if there are pending writers
  /prebuilts/go/linux-x86/src/sync/
cond.go 17 // which must be held when changing the condition and
25 // L is held while observing or changing the condition
rwmutex.go 14 // The lock can be held by an arbitrary number of readers or a single writer.
26 w Mutex // held if there are pending writers
  /build/soong/android/
onceper.go 43 // Check again with the lock held
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 21 // mutex held before the WaitGroup is done, and are read but
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 21 // mutex held before the WaitGroup is done, and are read but
  /prebuilts/go/darwin-x86/src/expvar/
expvar.go 136 // must be called with v.mu held.
217 // v.mu must be held for reads.
  /prebuilts/go/linux-x86/src/expvar/
expvar.go 136 // must be called with v.mu held.
217 // v.mu must be held for reads.

Completed in 478 milliseconds

1 2 3 4