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

  /external/valgrind/main/coregrind/
m_threadstate.c 54 case VgTs_Runnable: return "VgTs_Runnable";
91 tst->status == VgTs_Runnable; // and we're runnable
115 /* Return the number of threads in VgTs_Runnable state */
122 if (VG_(threads)[tid].status == VgTs_Runnable)
pub_core_threadstate.h 59 VgTs_Runnable, /* ready to run */
394 /* Return the number of threads in VgTs_Runnable state */
m_signals.c     [all...]
vgdb.c 412 case VgTs_Runnable: return "VgTs_Runnable";
    [all...]
  /external/valgrind/main/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/main/coregrind/m_scheduler/
scheduler.c 254 vg_assert(tst->status != VgTs_Runnable);
256 tst->status = VgTs_Runnable;
286 vg_assert(tst->status == VgTs_Runnable);
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 849 if (tst->status == VgTs_Runnable || tst->status == VgTs_Yielding) {
863 "can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state\n"
    [all...]
m_gdbserver.c 797 case VgTs_Runnable:
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 188 case VgTs_Runnable:
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c 102 vg_assert(tst->status == VgTs_Runnable);
    [all...]
syswrap-darwin.c 122 vg_assert(tst->status == VgTs_Runnable);
    [all...]

Completed in 393 milliseconds