HomeSort by relevance Sort by last modified time
    Searched full:deadlock (Results 26 - 50 of 501) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
ManagedImageReader.java 137 * deadlock. FrameServer's session lock has already been acquired. Thus,
138 * there is a possibility of deadlock if callers have not already acquired
141 * TODO Use a CycleDetectingLockFactory to detect deadlock-prone misuse of
  /art/test/004-NativeAllocations/src/
Main.java 71 // Test that we don't get a deadlock if we are holding nativeLock. If there is no timeout,
  /external/icu/icu4c/source/common/
servnotf.h 100 * deadlock situations.
  /external/lldb/test/functionalities/expr-doesnt-deadlock/
TestExprDoesntBlock.py 16 mydir = os.path.join("functionalities", "expr-doesnt-deadlock")
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardStateMonitor.java 35 // These cache the current state of Keyguard to improve performance and avoid deadlock. After
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
dlm.h 43 * it was first demoted to NL to avoid conversion deadlock.
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 27 #define EDEADLK 45 /* Resource deadlock would occur */
35 #define EDEADLOCK 56 /* File locking deadlock error */
  /frameworks/wilhelm/src/
Android.mk 48 # enable mutex deadlock detection
50 # or -UUSE_DEBUG for no mutex deadlock detection
locks.c 21 // One of the common reasons for deadlock is trying to lock a mutex for an object
23 // To avoid crashing with a SIGSEGV right before we're about to log a deadlock warning,
26 // So we might still crash, but only in the case where a deadlock was imminent anyway.
  /libcore/luni/src/main/java/java/io/
PipedOutputStream.java 124 * thread is used, a deadlock may occur.
157 * thread is used, a deadlock may occur.
PipedWriter.java 130 * a deadlock may occur.
169 * a deadlock may occur.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h 11 // The deadlock detector maintains a directed graph of lock acquisitions.
131 // For deadlock detection to work we need one global DeadlockDetector object
153 // Allocate new deadlock detector node.
205 // report a deadlock before a real deadlock happens.
sanitizer_deadlock_detector2.cc 10 // Deadlock detector implementation based on adjacency lists.
119 void *mem = MmapOrDie(sizeof(DD), "deadlock detector");
131 "deadlock detector (physical thread)");
185 "deadlock detector (mutex table)");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 212 # verbose mode when we deadlock.
217 # inadvertently cause the deadlock but an explicit test is needed.
221 self.f[k] = "deadlock. do not pass go. do not collect $200."
225 # the cursor's read lock will deadlock the write lock request..
233 self.f[k] = "please don't deadlock"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb.py 212 # verbose mode when we deadlock.
217 # inadvertently cause the deadlock but an explicit test is needed.
221 self.f[k] = "deadlock. do not pass go. do not collect $200."
225 # the cursor's read lock will deadlock the write lock request..
233 self.f[k] = "please don't deadlock"
  /art/runtime/
barrier.h 51 // to sleep, resulting in a deadlock.
  /device/asus/fugu/libaudio/
AudioStreamOut.h 74 // Lock in this order to avoid deadlock.
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.cc 52 "Report where each mutex is locked in deadlock reports",
  /external/llvm/lib/Support/Unix/
RWMutex.inc 26 // will therefore deadlock if a thread tries to acquire a read lock
  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 35 // deadlock, so don't try that.
  /external/mesa3d/docs/
relnotes-7.4.1.html 50 <li>Fixed potential deadlock in object hash functions
  /external/toybox/toys/other/
oneit.c 20 (Blocking writes, child must read to avoid eventual deadlock.)
  /external/webrtc/src/system_wrappers/interface/
thread_wrapper.h 90 // at this function. Can cause many problems deadlock being one of them.
  /external/webrtc/src/system_wrappers/source/
thread_win.cc 187 // All tracing must be after _event->Set to avoid deadlock in Trace.
  /frameworks/base/libs/common_time/
common_clock_service.h 76 // would have a classic A/B, B/A ordering deadlock. To avoid this, the

Completed in 37 milliseconds

12 3 4 5 6 7 8 91011>>