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

1 2

  /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/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js 60 // Look for long-held / contended locks. We can't really know it is
62 // Just look for locks are are held a long time? Not so good...
  /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/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 };
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/
gl-matrix.rb 4 warranty. In no event will the authors be held liable for any damages
  /external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.cc 192 inline explicit LockInverter(SpinLock* held, SpinLock *temp)
193 : held_(held), temp_(temp) { held_->Unlock(); temp_->Lock(); }
208 // Grab lock, but first release the other lock held by this thread. We use
  /external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.cc 193 inline explicit LockInverter(SpinLock* held, SpinLock *temp)
194 : held_(held), temp_(temp) { held_->Unlock(); temp_->Lock(); }
209 // Grab lock, but first release the other lock held by this thread. We use
  /dalvik/vm/arch/arm/
CallEABI.S 204 @ held in r2-r3. It's possible r3 will hold a pad, so check the
  /external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
util.js 115 * @param {boolean=} shiftKey Specifies if shift is held down.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_transform.js 210 // The bounds are not held in a regular rectangle (with width/height).
211 // left/top/right/bottom held instead for convenience.
  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 549 so that the workflow isn't held up.)
  /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/chromium_org/chrome/third_party/chromevox/chromevox/injected/
api.js 400 * @param {boolean} shiftKey Specifies if shift is held down.
  /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/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 61 // Hot PageID-to-sizeclass mappings are held by pagemap_cache_. If this cache
    [all...]
  /external/chromium_org/third_party/polymer/
platform.js     [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...]

Completed in 2994 milliseconds

1 2