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

123

/external/valgrind/coregrind/
H A Dm_threadstate.c97 ThreadState *VG_(get_ThreadState)(ThreadId tid) function
121 ThreadState *tst = VG_(get_ThreadState)(tid);
H A Dpub_core_threadstate.h436 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
H A Dm_signals.c1125 ThreadState *tst = VG_(get_ThreadState)(tid);
1132 ThreadState *tst = VG_(get_ThreadState)(tid);
1935 ThreadState *tst = VG_(get_ThreadState)(tid);
2006 ThreadState *tst = VG_(get_ThreadState)(tid);
2186 tst = VG_(get_ThreadState)(tid);
2227 ThreadState *tst = VG_(get_ThreadState)(tid);
2294 ThreadState *tst = VG_(get_ThreadState)(tid);
2392 ThreadState* tst = VG_(get_ThreadState)(tid);
2724 ThreadState *tst = VG_(get_ThreadState)(tid);
2918 ThreadState *tst = VG_(get_ThreadState)(ti
[all...]
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-arm64-linux.c86 ThreadState *tst = VG_(get_ThreadState)(tid);
169 tst = VG_(get_ThreadState)(tid);
231 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-arm-linux.c88 ThreadState *tst = VG_(get_ThreadState)(tid);
180 tst = VG_(get_ThreadState)(tid);
255 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-amd64-darwin.c169 tst = VG_(get_ThreadState)(tid);
241 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-x86-darwin.c157 tst = VG_(get_ThreadState)(tid);
228 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-amd64-linux.c331 ThreadState *tst = VG_(get_ThreadState)(tid);
465 ThreadState* tst = VG_(get_ThreadState)(tid);
584 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-mips32-linux.c134 ThreadState* tst = VG_(get_ThreadState)(tid);
150 tst = VG_(get_ThreadState)(tid);
277 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-mips64-linux.c129 ThreadState* tst = VG_(get_ThreadState)(tid);
137 tst = VG_(get_ThreadState)(tid);
216 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-x86-linux.c354 ThreadState *tst = VG_(get_ThreadState)(tid);
548 ThreadState* tst = VG_(get_ThreadState)(tid);
660 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-ppc64-linux.c160 tst = VG_(get_ThreadState)(tid);
302 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-ppc32-linux.c459 //.. ThreadState *tst = VG_(get_ThreadState)(tid);
651 tst = VG_(get_ThreadState)(tid);
734 //.. ThreadState* tst = VG_(get_ThreadState)(tid);
847 tst = VG_(get_ThreadState)(tid);
916 //.. tst = VG_(get_ThreadState)(tid);
H A Dsigframe-solaris.c63 ThreadState *tst = VG_(get_ThreadState)(tid);
H A Dsigframe-s390x-linux.c416 ThreadState* tst = VG_(get_ThreadState)(tid);
500 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);
447 tst = VG_(get_ThreadState)(tid);
459 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)());
H A Dsyswrap-amd64-darwin.c242 ThreadState *tst = VG_(get_ThreadState)(tid);
499 tst = VG_(get_ThreadState)(tid);
511 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);
557 tst = VG_(get_ThreadState)(tid);
588 tst = VG_(get_ThreadState)(tid);
H A Dsyswrap-arm64-linux.c217 ThreadState* ptst = VG_(get_ThreadState)(ptid);
218 ThreadState* ctst = VG_(get_ThreadState)(ctid);
/external/valgrind/coregrind/m_scheduler/
H A Dscheduler.c282 tst = VG_(get_ThreadState)(tid);
317 ThreadState *tst = VG_(get_ThreadState)(tid);
692 ThreadState * volatile _qq_tst = VG_(get_ThreadState)(tid); \
876 tst = VG_(get_ThreadState)(tid);
1103 ThreadState * volatile tst = VG_(get_ThreadState)(tid);
1193 ThreadState *tst = VG_(get_ThreadState)(tid);
1817 const ThreadState *tst = VG_(get_ThreadState)(tid);
2055 ThreadState* tst = VG_(get_ThreadState)(tid);
2258 VG_(get_ThreadState)(tid)->os_state.valgrind_stack_base;
/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);

Completed in 134 milliseconds

123