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

  /external/valgrind/coregrind/
m_threadstate.c 82 case VgTs_Runnable: return "VgTs_Runnable";
130 tst->status == VgTs_Runnable; // and we're runnable
154 /* Return the number of threads in VgTs_Runnable state */
161 if (VG_(threads)[tid].status == VgTs_Runnable)
pub_core_threadstate.h 64 VgTs_Runnable, /* ready to run */
400 /* 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 33 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
42 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
51 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 282 vg_assert(tst->status != VgTs_Runnable);
284 tst->status = VgTs_Runnable;
317 vg_assert(tst->status == VgTs_Runnable);
    [all...]
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 190 case VgTs_Runnable:
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 892 case VgTs_Runnable:
    [all...]
server.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 121 vg_assert(tst->status == VgTs_Runnable);
    [all...]
syswrap-linux.c 106 vg_assert(tst->status == VgTs_Runnable);
    [all...]

Completed in 3113 milliseconds