HomeSort by relevance Sort by last modified time
    Searched refs:ThreadState (Results 76 - 98 of 98) sorted by null

1 2 34

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c 193 1. allocate a ThreadId+ThreadState+stack for the the thread
210 ThreadState* ptst = VG_(get_ThreadState)(ptid);
211 ThreadState* ctst = VG_(get_ThreadState)(ctid);
511 ThreadState* tst;
543 ThreadState* tst;
    [all...]
syswrap-s390x-linux.c 199 1. allocate a ThreadId+ThreadState+stack for the the thread
216 ThreadState* ptst = VG_(get_ThreadState)(ptid);
217 ThreadState* ctst = VG_(get_ThreadState)(ctid);
    [all...]
syswrap-main.c 304 ThreadState* tst,
    [all...]
syswrap-darwin.c 91 ThreadState* tst = VG_(get_ThreadState)(tid);
140 ThreadState* tst = VG_(get_ThreadState)(tid);
182 ThreadState *tst = VG_(get_ThreadState)(tid);
208 ThreadState* tst;
337 ThreadState* tst = (ThreadState*)arg;
    [all...]
syswrap-x86-linux.c 200 1. allocate a ThreadId+ThreadState+stack for the the thread
217 ThreadState* ptst = VG_(get_ThreadState)(ptid);
218 ThreadState* ctst = VG_(get_ThreadState)(ctid);
    [all...]
syswrap-ppc64-linux.c 253 1. allocate a ThreadId+ThreadState+stack for the the thread
270 ThreadState* ptst = VG_(get_ThreadState)(ptid);
271 ThreadState* ctst = VG_(get_ThreadState)(ctid);
    [all...]
syswrap-mips32-linux.c 229 1. allocate a ThreadId+ThreadState+stack for the the thread
244 ThreadState * ptst = VG_ (get_ThreadState) (ptid);
245 ThreadState * ctst = VG_ (get_ThreadState) (ctid);
    [all...]
syswrap-ppc32-linux.c 226 1. allocate a ThreadId+ThreadState+stack for the the thread
243 ThreadState* ptst = VG_(get_ThreadState)(ptid);
244 ThreadState* ctst = VG_(get_ThreadState)(ctid);
    [all...]
syswrap-linux.c 74 ThreadState* tst = VG_(get_ThreadState)(tid);
130 ThreadState* tst;
218 ThreadState as Empty, then it could have been reallocated,
301 ThreadState* tst = (ThreadState*)arg;
314 ThreadState* tst = VG_(get_ThreadState)(tid);
364 ThreadState* tst = VG_(get_ThreadState)(tid);
685 ThreadState* tst;
    [all...]
syswrap-arm-linux.c 159 1. allocate a ThreadId+ThreadState+stack for the the thread
176 ThreadState* ptst = VG_(get_ThreadState)(ptid);
177 ThreadState* ctst = VG_(get_ThreadState)(ctid);
    [all...]
syswrap-generic.c     [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 705 { ThreadState* tst = VG_(get_ThreadState)(tid);
835 ThreadState* tst = VG_(get_ThreadState)(tid);
    [all...]
m_machine.c 158 ThreadState* tst;
182 ThreadState* tst;
    [all...]
  /art/runtime/
debugger.h 272 static JDWP::JdwpThreadStatus ToJdwpThreadStatus(ThreadState state);
debugger.cc 540 ThreadState old_state = self->SetStateUnsafe(kRunnable);
565 ThreadState old_state = self->SetStateUnsafe(kRunnable);
    [all...]
thread.cc 855 ThreadState state = thread->GetState();
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-ppc32.c 182 ThreadState* tst = VG_(get_ThreadState)(tid);
valgrind-low-ppc64.c 179 ThreadState* tst = VG_(get_ThreadState)(tid);
m_gdbserver.c 633 ThreadState* tst = VG_(get_ThreadState)(tid);
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]
  /external/chromium_org/v8/src/
runtime.cc     [all...]
  /external/v8/src/
runtime.cc     [all...]

Completed in 477 milliseconds

1 2 34