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

1 2 3 4 5 6 7 8 91011>>

  /art/test/033-class-init-deadlock/
expected.txt 0 Deadlock test starting.
4 Deadlock test interrupting threads.
5 Deadlock test main thread bailing.
  /external/compiler-rt/test/tsan/
must_deadlock.cc 1 // Test that the deadlock detector can find a deadlock that actually happened.
2 // Currently we will fail to report such a deadlock because we check for
20 // CHECK: ThreadSanitizer: lock-order-inversion (potential deadlock)
31 fprintf(stderr, "This test is going to deadlock and die in 3 seconds\n");
mutex_cycle2.c 5 // RUN: echo "deadlock:main" > %t.supp
7 // RUN: echo "deadlock:zzzz" > %t.supp
26 // CHECK: ThreadSanitizer: lock-order-inversion (potential deadlock)
getline_nohang.cc 3 // Make sure TSan doesn't deadlock on a file stream lock at program shutdown.
36 // ThreadSanitizer used to hang here because of a deadlock on a file stream.
pthread_atfork_deadlock.c 6 // in a deadlock.
  /external/compiler-rt/test/msan/
pthread_getattr_np_deadlock.cc 3 // Regression test for a deadlock in pthread_getattr_np
fork.cc 3 // and verify that origin reads do not deadlock in the child process.
52 // If any of the hash table cells are locked, this may deadlock.
  /art/test/033-class-init-deadlock/src/
Main.java 29 System.out.println("Deadlock test starting.");
39 System.out.println("Deadlock test interrupting threads.");
42 System.out.println("Deadlock test main thread bailing.");
  /external/valgrind/helgrind/tests/
hg02_deadlock.c 1 /* Simple possible deadlock */
  /external/compiler-rt/lib/tsan/dd/
CMakeLists.txt 1 # Build for the experimental deadlock detector runtime library.
18 # Deadlock detector is currently supported on 64-bit Linux only.
  /external/valgrind/drd/tests/
pth_cleanup_handler.c 41 // Make sure the program exits in case a deadlock has been triggered.
recursive_mutex.c 2 * Note: locking a regular mutex twice causes a deadlock.
  /libcore/dalvik/src/main/java/dalvik/system/
PotentialDeadlockError.java 20 * Is thrown when the VM identifies a potential deadlock.
  /external/kernel-headers/original/uapi/linux/
dlm.h 43 * it was first demoted to NL to avoid conversion deadlock.
53 * -EDEADLK if a deadlock was detected
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dlm.h 43 * it was first demoted to NL to avoid conversion deadlock.
53 * -EDEADLK if a deadlock was detected
  /external/libxml2/win32/wince/
wincecompat.c 17 "Resource deadlock would occur", "Unknown error under wince"};
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/exceptions/
TimeoutRuntimeException.java 21 * <p>This typically happens due to a deadlock or bug in the camera service,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector_interface.h 11 // Abstract deadlock detector interface.
28 // dd - deadlock detector.
  /frameworks/wilhelm/src/itf/
I3DGrouping.c 31 // reference to it. FYI note that a deadlock will occur if application incorrectly
60 // so that we always lock objects in the same nesting order to prevent a deadlock
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 17 # the deadlock is still happening...
49 function in case of a database deadlock.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 17 # the deadlock is still happening...
49 function in case of a database deadlock.
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.h 27 const char kSuppressionDeadlock[] = "deadlock";
  /hardware/intel/img/hwcomposer/merrifield/include/
BufferManager.h 42 // nested calling of them will cause a deadlock
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
BufferManager.h 42 // nested calling of them will cause a deadlock
  /packages/apps/Camera2/src/com/android/camera/async/
RefCountBase.java 71 // deadlock.

Completed in 1298 milliseconds

1 2 3 4 5 6 7 8 91011>>