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

12

/external/valgrind/main/coregrind/
H A Dm_threadstate.c92 ThreadState *VG_(get_ThreadState)(ThreadId tid) function
116 ThreadState *tst = VG_(get_ThreadState)(tid);
H A Dpub_core_threadstate.h398 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
H A Dm_signals.c1025 ThreadState *tst = VG_(get_ThreadState)(tid);
1032 ThreadState *tst = VG_(get_ThreadState)(tid);
1784 ThreadState *tst = VG_(get_ThreadState)(tid);
1855 ThreadState *tst = VG_(get_ThreadState)(tid);
2032 tst = VG_(get_ThreadState)(tid);
2074 ThreadState *tst = VG_(get_ThreadState)(tid);
2135 ThreadState* tst = VG_(get_ThreadState)(tid);
2458 ThreadState *tst = VG_(get_ThreadState)(tid);
2645 ThreadState *tst = VG_(get_ThreadState)(tid);
H A Dm_errormgr.c594 ThreadState* tst = VG_(get_ThreadState)(err->tid);
615 ThreadState* tst = VG_(get_ThreadState)(err->tid);
719 { ThreadState* tst = VG_(get_ThreadState)(tid);
849 ThreadState* tst = VG_(get_ThreadState)(tid);
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-arm-linux.c127 ThreadState *tst = VG_(get_ThreadState)(tid);
218 tst = VG_(get_ThreadState)(tid);
289 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-arm64-linux.c126 ThreadState *tst = VG_(get_ThreadState)(tid);
208 tst = VG_(get_ThreadState)(tid);
270 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-amd64-darwin.c124 tst = VG_(get_ThreadState)(tid);
197 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-x86-darwin.c133 tst = VG_(get_ThreadState)(tid);
203 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-amd64-linux.c331 ThreadState *tst = VG_(get_ThreadState)(tid);
508 ThreadState* tst = VG_(get_ThreadState)(tid);
627 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-mips32-linux.c174 ThreadState* tst = VG_(get_ThreadState)(tid);
190 tst = VG_(get_ThreadState)(tid);
317 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-mips64-linux.c167 ThreadState* tst = VG_(get_ThreadState)(tid);
175 tst = VG_(get_ThreadState)(tid);
254 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-x86-linux.c355 ThreadState *tst = VG_(get_ThreadState)(tid);
592 ThreadState* tst = VG_(get_ThreadState)(tid);
704 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-ppc64-linux.c203 tst = VG_(get_ThreadState)(tid);
337 tst = VG_(get_ThreadState)(tid);
H A Dsigframe-ppc32-linux.c460 //.. ThreadState *tst = VG_(get_ThreadState)(tid);
693 tst = VG_(get_ThreadState)(tid);
776 //.. ThreadState* tst = VG_(get_ThreadState)(tid);
889 tst = VG_(get_ThreadState)(tid);
958 //.. tst = VG_(get_ThreadState)(tid);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-darwin.c180 ThreadState *tst = VG_(get_ThreadState)(tid);
424 tst = VG_(get_ThreadState)(tid);
436 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)());
H A Dsyswrap-amd64-darwin.c226 ThreadState *tst = VG_(get_ThreadState)(tid);
474 tst = VG_(get_ThreadState)(tid);
486 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)());
H A Dsyswrap-amd64-linux.c210 ThreadState* ptst = VG_(get_ThreadState)(ptid);
211 ThreadState* ctst = VG_(get_ThreadState)(ctid);
491 tst = VG_(get_ThreadState)(tid);
529 tst = VG_(get_ThreadState)(tid);
534 tst = VG_(get_ThreadState)(tid);
H A Dsyswrap-s390x-linux.c216 ThreadState* ptst = VG_(get_ThreadState)(ptid);
217 ThreadState* ctst = VG_(get_ThreadState)(ctid);
579 tst = VG_(get_ThreadState)(tid);
610 tst = VG_(get_ThreadState)(tid);
H A Dsyswrap-arm64-linux.c226 ThreadState* ptst = VG_(get_ThreadState)(ptid);
227 ThreadState* ctst = VG_(get_ThreadState)(ctid);
H A Dsyswrap-ppc64-linux.c270 ThreadState* ptst = VG_(get_ThreadState)(ptid);
271 ThreadState* ctst = VG_(get_ThreadState)(ctid);
639 //tst = VG_(get_ThreadState)(tid);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dtarget.c82 ts = VG_(get_ThreadState) (tid);
301 tst = VG_(get_ThreadState) (vgdb_interrupted_tid);
303 tst = VG_(get_ThreadState) (VG_(running_tid));
H A Dvalgrind-low-s390x.c124 ThreadState* tst = VG_(get_ThreadState)(tid);
H A Dvalgrind-low-x86.c122 ThreadState* tst = VG_(get_ThreadState)(tid);
H A Dvalgrind-low-amd64.c155 ThreadState* tst = VG_(get_ThreadState)(tid);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c281 tst = VG_(get_ThreadState)(tid);
317 ThreadState *tst = VG_(get_ThreadState)(tid);
676 ThreadState * volatile _qq_tst = VG_(get_ThreadState)(tid); \
860 tst = VG_(get_ThreadState)(tid);
1070 ThreadState * volatile tst = VG_(get_ThreadState)(tid);
1152 ThreadState *tst = VG_(get_ThreadState)(tid);
1973 ThreadState* tst = VG_(get_ThreadState)(tid);
2176 VG_(get_ThreadState)(tid)->os_state.valgrind_stack_base;

Completed in 240 milliseconds

12