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

1 2 3 4 5

  /frameworks/base/core/proto/android/os/
powermanager.proto 44 optional bool held = 3;
  /hardware/google/av/codec2/vndk/platform/
C2BqBuffer.cpp 46 bool held; member in struct:C2BufferQueueBlockPoolData
93 bool held) {
100 poolData->held = held;
114 if (poolData->held) {
115 poolData->held = true;
118 poolData->held = true;
126 if (!poolData->held) {
127 poolData->held = false;
130 poolData->held = false
    [all...]
  /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).
  /frameworks/base/services/core/java/com/android/server/
WatchdogDiagnostics.java 63 for (Object held : element.getHeldLocks()) {
64 out.println(" " + getLockedString(held));
  /art/test/1930-monitor-info/src/art/
Monitors.java 127 private volatile boolean held = false; field in class:Monitors.LockController
147 return held;
191 held = true;
232 held = false;
320 while (held) {}
336 while (held) {}
  /art/test/1931-monitor-events/src/art/
Monitors.java 127 private volatile boolean held = false; field in class:Monitors.LockController
147 return held;
191 held = true;
232 held = false;
320 while (held) {}
336 while (held) {}
  /art/test/1932-monitor-events-misc/src/art/
Monitors.java 127 private volatile boolean held = false; field in class:Monitors.LockController
147 return held;
191 held = true;
232 held = false;
320 while (held) {}
336 while (held) {}
  /art/test/1933-monitor-current-contended/src/art/
Monitors.java 127 private volatile boolean held = false; field in class:Monitors.LockController
147 return held;
191 held = true;
232 held = false;
320 while (held) {}
336 while (held) {}
  /art/test/1934-jvmti-signal-thread/src/art/
Monitors.java 127 private volatile boolean held = false; field in class:Monitors.LockController
147 return held;
191 held = true;
232 held = false;
320 while (held) {}
336 while (held) {}
  /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
  /external/flatbuffers/samples/android/jni/
Application.mk 4 # warranty. In no event will the authors be held liable for any damages
  /external/libxml2/
threads.c 111 unsigned int held; member in struct:_xmlRMutex
294 tok->held = 0;
352 if (tok->held) {
354 tok->held++;
359 while (tok->held)
365 tok->held = 1;
397 tok->held--;
398 if (tok->held == 0) {
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.base/
zlib.md 9 warranty. In no event will the authors be held liable for any damages
  /prebuilts/jdk/jdk9/linux-x86/legal/java.base/
zlib.md 9 warranty. In no event will the authors be held liable for any damages
  /prebuilts/go/darwin-x86/src/sync/
cond.go 17 // which must be held when changing the condition and
24 // L is held while observing or changing the condition
  /prebuilts/go/linux-x86/src/sync/
cond.go 17 // which must be held when changing the condition and
24 // L is held while observing or changing the condition
  /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,
  /hardware/google/av/codec2/vndk/internal/
C2BlockInternal.h 183 * corresponds to a held (dequeued/attached) GraphicBuffer in a slot of a
186 * GraphicBuffer is not held, i.e., if it has been queued or detached,
191 * - "held" status: Whether cancelBuffer() should be called upon
199 * will be called if "held" status is true when the block is destroyed.
203 * maintain consistency of "held" status and igbp. Below are functions
207 * - HoldBlockFromBufferQueue(): Sets "held" status to true.
208 * - YieldBlockToBufferQueue(): Sets "held" status to false.
210 * "held" status.
215 * HoldBlockFromBufferQueue() will mark the block as held, while
222 * AssingBlockToBufferQueue() has a "held" status as an optional argument
    [all...]

Completed in 377 milliseconds

1 2 3 4 5