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

  /external/valgrind/main/drd/tests/
hold_lock_1.stderr.exp 6 Lock on mutex 0x........ was held during ... ms (threshold: 500 ms).
17 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
hold_lock_2.stderr.exp 8 Lock on rwlock 0x........ was held during ... ms (threshold: 500 ms).
  /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/valgrind/main/drd/
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,
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 };
  /dalvik/vm/arch/arm/
CallEABI.S 204 @ held in r2-r3. It's possible r3 will hold a pad, so check the
  /external/quake/
NOTICE 229 If any portion of this section is held invalid or unenforceable under
574 If any portion of this section is held invalid or unenforceable under
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/android/
Android.mk 6 # In no event will the authors be held liable for any damages arising from the use of this software.
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 478 If any portion of this section is held invalid or unenforceable under
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 17 ; warranty. In no event will the authors be held liable for any damages
  /external/zlib/src/contrib/masmx86/
match686.asm 169 ;; warranty. In no event will the authors be held liable for any damages
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp 61 // Hot PageID-to-sizeclass mappings are held by pagemap_cache_. If this cache
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 220 self.held = Token()
    [all...]
  /external/blktrace/btt/doc/
btt.tex 324 being held by the IO scheduler when an incoming IO request was being
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 2444 milliseconds