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

  /external/valgrind/coregrind/
m_threadstate.c 81 case VgTs_Runnable: return "VgTs_Runnable";
129 tst->status == VgTs_Runnable; // and we're runnable
153 /* Return the number of threads in VgTs_Runnable state */
160 if (VG_(threads)[tid].status == VgTs_Runnable)
pub_core_threadstate.h 64 VgTs_Runnable, /* ready to run */
462 /* Return the number of threads in VgTs_Runnable state */
m_signals.c     [all...]
vgdb-invoker-ptrace.c 206 case VgTs_Runnable: return "VgTs_Runnable";
    [all...]
  /external/valgrind/gdbserver_tests/
mcinfcallWSRU.stderrB.exp 30 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
39 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
48 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 284 vg_assert(tst->status != VgTs_Runnable);
286 tst->status = VgTs_Runnable;
319 vg_assert(tst->status == VgTs_Runnable);
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 202 case VgTs_Runnable:
coredump-solaris.c 220 case VgTs_Runnable:
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 902 case VgTs_Runnable:
    [all...]
server.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 122 vg_assert(tst->status == VgTs_Runnable);
    [all...]
syswrap-linux.c 107 vg_assert(tst->status == VgTs_Runnable);
    [all...]
syswrap-solaris.c 139 vg_assert(tst->status == VgTs_Runnable);
    [all...]

Completed in 301 milliseconds