HomeSort by relevance Sort by last modified time
    Searched full:suspend_count (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/devtools/
devtools_network_interceptor.cc 116 size_t suspend_count = suspended_transactions.size(); local
117 for (size_t i = 0; i < suspend_count; ++i)
190 size_t suspend_count = suspended_transactions_.size(); local
191 if (!throttle_count && !suspend_count)
205 for (size_t i = 0; i < suspend_count; ++i) {
209 if (suspend_count) {
  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 99 times_to_resume = m_basic_info.suspend_count;
123 times_to_resume = m_basic_info.suspend_count;
152 m_suspend_count = m_basic_info.suspend_count;
363 DNBLogThreaded("[%3u] #%3u tid: 0x%8.8" PRIx64 ", pc: 0x%16.16" PRIx64 ", sp: 0x%16.16" PRIx64 ", user: %d.%6.6d, system: %d.%6.6d, cpu: %2d, policy: %2d, run_state: %2d (%s), flags: %2d, suspend_count: %2d (current %2d), sleep_time: %d",
376 m_basic_info.suspend_count, m_suspend_count,
485 if (m_basic_info.suspend_count > 0)
MachTask.cpp 104 if (task_info.suspend_count > 0)
541 DNBLogThreaded ("task_basic_info = { suspend_count = %i, virtual_size = 0x%8.8llx, resident_size = 0x%8.8llx, user_time = %f, system_time = %f }",
542 info->suspend_count,
    [all...]
  /art/runtime/
entrypoints_order_test.cc 66 EXPECT_OFFSET_DIFFP(Thread, tls32_, state_and_flags, suspend_count, 4);
67 EXPECT_OFFSET_DIFFP(Thread, tls32_, suspend_count, debug_suspend_count, 4);
thread.h 190 return tls32_.suspend_count;
    [all...]
thread.cc 646 DCHECK_GE(tls32_.suspend_count, tls32_.debug_suspend_count) << this;
652 if (UNLIKELY(delta < 0 && tls32_.suspend_count <= 0)) {
657 tls32_.suspend_count += delta;
662 if (tls32_.suspend_count == 0) {
673 // Grab the suspend_count lock and copy the current set of
806 << " sCount=" << thread->tls32_.suspend_count
    [all...]
debugger.cc 3620 int suspend_count; local
3626 LOG(ERROR) << *targetThread << " suspend count too deep for method invocation: " << suspend_count; local
    [all...]
  /external/lldb/tools/darwin-threads/
examine-threads.c 372 printf ("Task suspend count: %d.\n", info.suspend_count);
408 basic_info->suspend_count);
  /art/compiler/llvm/
gbc_expander.cc 965 llvm::Value* suspend_count = local
    [all...]
  /external/chromium_org/v8/tools/
grokdump.py 445 ("suspend_count", ctypes.c_uint32),
    [all...]

Completed in 264 milliseconds