/art/test/033-class-init-deadlock/ |
expected.txt | 0 Deadlock test starting. 4 Deadlock test interrupting threads. 5 Deadlock test main thread bailing.
|
/dalvik/tests/033-class-init-deadlock/ |
expected.txt | 0 Deadlock test starting. 4 Deadlock test interrupting threads. 5 Deadlock test main thread bailing.
|
/external/valgrind/unittest/ |
deadlock_unittest.cc | 28 // This file contains a set of unit tests for a deadlock detection tool. 161 // test01: Simple deadlock, 2 threads. {{{1 181 printf("test01: positive, simple deadlock\n"); 186 // test02: Simple deadlock, 4 threads. {{{1 212 printf("test02: positive, simple deadlock\n"); 217 // test03: Queue deadlock test, 2 workers. {{{1 218 // This test will deadlock for sure. 232 printf("test03: queue deadlock\n"); 240 // test04: Queue deadlock test, 3 workers. {{{1 241 // This test will deadlock for sure [all...] |
/dalvik/tests/033-class-init-deadlock/src/ |
Main.java | 15 System.out.println("Deadlock test starting."); 25 System.out.println("Deadlock test interrupting threads."); 28 System.out.println("Deadlock test main thread bailing.");
|
/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/chromium_org/content/test/data/npapi/ |
alert_in_window_message.html | 15 Tests that there's no deadlock when a plugin creates an alert in response to a synchronous Windows message from the browser process.
|
create_instance_in_paint.html | 15 Tests that there's no deadlock when a plugin instance is created while handling a paint message.
|
/external/chromium_org/content/test/plugin/ |
plugin_create_instance_in_paint.h | 13 // Windows message doesn't cause a deadlock.
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_LockAudio.3 | 11 The lock manipulated by these functions protects the callback function\&. During a LockAudio period, you can be guaranteed that the callback function is not running\&. Do not call these from the callback function or you will cause deadlock\&.
|
/external/valgrind/main/helgrind/tests/ |
hg02_deadlock.c | 1 /* Simple possible deadlock */
|
/external/chromium_org/ppapi/shared_impl/ |
proxy_lock.cc | 21 // Simple single-thread deadlock detector for the proxy lock. 43 const bool deadlock = g_proxy_locked_on_thread.Get().Get(); local 44 CHECK(!deadlock);
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_MONITOR_ENTER_DEBUG.S | 2 * To support deadlock prediction, this version of MONITOR_ENTER
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_MONITOR_ENTER_DEBUG.S | 2 * To support deadlock prediction, this version of MONITOR_ENTER
|
/external/chromium/chrome/browser/content_settings/ |
stub_settings_observer.cc | 31 // deadlock.
|
/external/valgrind/main/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.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
DictionaryPool.java | 34 * As a deadlock-detecting device, if waiting for more than TIMEOUT = 3 seconds, we 42 // fear some bug caused a deadlock, and reset the whole pool. 89 // expires to avoid a deadlock. 92 Log.e(TAG, "Deadlock detected ! Resetting dictionary pool");
|
/external/chromium_org/cc/base/ |
completion_event.h | 15 // absolutely certain that doing-so will not lead to a deadlock.
|
/external/chromium_org/chrome/browser/content_settings/ |
mock_settings_observer.cc | 36 // deadlock.
|
/external/chromium_org/mojo/system/ |
test_utils.h | 45 // this could easily deadlock.)
|
/external/chromium_org/ppapi/proxy/ |
resource_reply_thread_registrar.h | 59 // holding |lock_|, otherwise we will cause deadlock.
|
/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,
|
/bionic/libc/bionic/ |
pthread_debug.cpp | 50 * Deadlock prediction 54 The idea is to predict the possibility of deadlock by recording the order 62 it means the thread has made a request that could result in a deadlock. 91 the lock, so we actually do most of our deadlock prediction work after 124 * level <= 0 : deadlock prediction disabled 125 * level 1 : deadlock prediction enabled, w/o call stacks 126 * level 2 : deadlock prediction enabled w/ call stacks 443 // no other locks held in this thread -- no deadlock possible! 449 // in a good situation -- no deadlock possible 671 LOGI("pthread deadlock detection level %d enabled for pid %d (%s)" [all...] |
/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
|