Searched refs:get_ThreadState (Results 1 - 25 of 47) sorted by relevance

12

/external/valgrind/coregrind/
H A Dm_threadstate.c101 ThreadState *VG_(get_ThreadState)(ThreadId tid) function
125 ThreadState *tst = VG_(get_ThreadState)(tid);
H A Dpub_core_threadstate.h386 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
H A Dm_signals.c1066 ThreadState *tst = VG_(get_ThreadState)(tid);
1073 ThreadState *tst = VG_(get_ThreadState)(tid);
1833 ThreadState *tst = VG_(get_ThreadState)(tid);
1904 ThreadState *tst = VG_(get_ThreadState)(tid);
2081 tst = VG_(get_ThreadState)(tid);
2122 ThreadState *tst = VG_(get_ThreadState)(tid);
2183 ThreadState* tst = VG_(get_ThreadState)(tid);
2506 ThreadState *tst = VG_(get_ThreadState)(tid);
2693 ThreadState *tst = VG_(get_ThreadState)(tid);
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c110 tst = VG_(get_ThreadState)(tid);
183 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-x86-darwin.c113 tst = VG_(get_ThreadState)(tid);
183 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-arm64-linux.c86 ThreadState *tst = VG_(get_ThreadState)(tid);
168 tst = VG_(get_ThreadState)(tid);
230 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-arm-linux.c88 ThreadState *tst = VG_(get_ThreadState)(tid);
179 tst = VG_(get_ThreadState)(tid);
255 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-amd64-linux.c331 ThreadState *tst = VG_(get_ThreadState)(tid);
464 ThreadState* tst = VG_(get_ThreadState)(tid);
583 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-mips32-linux.c133 ThreadState* tst = VG_(get_ThreadState)(tid);
149 tst = VG_(get_ThreadState)(tid);
276 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-mips64-linux.c128 ThreadState* tst = VG_(get_ThreadState)(tid);
136 tst = VG_(get_ThreadState)(tid);
215 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-x86-linux.c354 ThreadState *tst = VG_(get_ThreadState)(tid);
547 ThreadState* tst = VG_(get_ThreadState)(tid);
659 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-ppc64-linux.c159 tst = VG_(get_ThreadState)(tid);
301 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-ppc32-linux.c459 //.. ThreadState *tst = VG_(get_ThreadState)(tid);
650 tst = VG_(get_ThreadState)(tid);
733 //.. ThreadState* tst = VG_(get_ThreadState)(tid);
846 tst = VG_(get_ThreadState)(tid);
915 //.. tst = VG_(get_ThreadState)(tid);
H A Dsigframe-s390x-linux.c415 ThreadState* tst = VG_(get_ThreadState)(tid);
499 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-tilegx-linux.c159 tst = VG_(get_ThreadState)(tid);
257 tst = VG_(get_ThreadState)(tid);
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c208 ThreadState* ptst = VG_(get_ThreadState)(ptid);
209 ThreadState* ctst = VG_(get_ThreadState)(ctid);
468 tst = VG_(get_ThreadState)(tid);
506 tst = VG_(get_ThreadState)(tid);
511 tst = VG_(get_ThreadState)(tid);
516 tst = VG_(get_ThreadState)(tid);
521 tst = VG_(get_ThreadState)(tid);
H A Dsyswrap-x86-darwin.c179 ThreadState *tst = VG_(get_ThreadState)(tid);
445 tst = VG_(get_ThreadState)(tid);
457 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)());
H A Dsyswrap-amd64-darwin.c242 ThreadState *tst = VG_(get_ThreadState)(tid);
497 tst = VG_(get_ThreadState)(tid);
509 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)());
H A Dsyswrap-s390x-linux.c214 ThreadState* ptst = VG_(get_ThreadState)(ptid);
215 ThreadState* ctst = VG_(get_ThreadState)(ctid);
556 tst = VG_(get_ThreadState)(tid);
587 tst = VG_(get_ThreadState)(tid);
H A Dsyswrap-arm64-linux.c217 ThreadState* ptst = VG_(get_ThreadState)(ptid);
218 ThreadState* ctst = VG_(get_ThreadState)(ctid);
H A Dsyswrap-ppc64-linux.c391 ThreadState* ptst = VG_(get_ThreadState)(ptid);
392 ThreadState* ctst = VG_(get_ThreadState)(ctid);
739 //tst = VG_(get_ThreadState)(tid);
/external/valgrind/coregrind/m_gdbserver/
H A Dtarget.c82 ts = VG_(get_ThreadState) (tid);
311 tst = VG_(get_ThreadState) (vgdb_interrupted_tid);
313 tst = VG_(get_ThreadState) (VG_(running_tid));
H A Dvalgrind-low-s390x.c123 ThreadState* tst = VG_(get_ThreadState)(tid);
H A Dvalgrind-low-x86.c121 ThreadState* tst = VG_(get_ThreadState)(tid);
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c280 tst = VG_(get_ThreadState)(tid);
315 ThreadState *tst = VG_(get_ThreadState)(tid);
673 ThreadState * volatile _qq_tst = VG_(get_ThreadState)(tid); \
857 tst = VG_(get_ThreadState)(tid);
1084 ThreadState * volatile tst = VG_(get_ThreadState)(tid);
1174 ThreadState *tst = VG_(get_ThreadState)(tid);
2030 ThreadState* tst = VG_(get_ThreadState)(tid);
2233 VG_(get_ThreadState)(tid)->os_state.valgrind_stack_base;

Completed in 607 milliseconds

12