/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threaded_import.py | 60 raise unittest.SkipTest("can't run when import lock is held") namespace
|
test_socketserver.py | 313 # If the import lock is held, the threads will hang 314 raise unittest.SkipTest("can't run when import lock is held") namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threaded_import.py | 60 raise unittest.SkipTest("can't run when import lock is held") namespace
|
test_socketserver.py | 313 # If the import lock is held, the threads will hang 314 raise unittest.SkipTest("can't run when import lock is held") namespace
|
/external/valgrind/drd/ |
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 };
|
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,
|
/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) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/prebuilts/tools/common/google-api-java-client/1.20.0/ |
google-api-java-client-min-repackaged-1.20.0.jar | |
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/ |
google-api-java-client-min-repackaged.jar | |