HomeSort by relevance Sort by last modified time
    Searched defs:held (Results 1 - 9 of 9) sorted by null

  /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/main/drd/
drd_mutex.c 410 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local
411 if (held > s_mutex_lock_threshold_ms)
415 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/chromium_org/third_party/libxml/src/
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/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 

Completed in 506 milliseconds