HomeSort by relevance Sort by last modified time
    Searched refs:get_ThreadState (Results 1 - 25 of 38) sorted by null

1 2

  /external/valgrind/main/coregrind/
m_threadstate.c 81 ThreadState *VG_(get_ThreadState)(ThreadId tid)
105 ThreadState *tst = VG_(get_ThreadState)(tid);
pub_core_threadstate.h 385 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
m_signals.c     [all...]
m_libcassert.c 226 = VG_(get_ThreadState)( VG_(lwpid_to_vgtid)( VG_(gettid)() ) );
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm-linux.c 127 ThreadState *tst = VG_(get_ThreadState)(tid);
218 tst = VG_(get_ThreadState)(tid);
289 tst = VG_(get_ThreadState)(tid);
sigframe-amd64-darwin.c 130 tst = VG_(get_ThreadState)(tid);
203 tst = VG_(get_ThreadState)(tid);
sigframe-x86-darwin.c 133 tst = VG_(get_ThreadState)(tid);
203 tst = VG_(get_ThreadState)(tid);
sigframe-amd64-linux.c 331 ThreadState *tst = VG_(get_ThreadState)(tid);
508 ThreadState* tst = VG_(get_ThreadState)(tid);
617 tst = VG_(get_ThreadState)(tid);
sigframe-x86-linux.c 355 ThreadState *tst = VG_(get_ThreadState)(tid);
592 ThreadState* tst = VG_(get_ThreadState)(tid);
704 tst = VG_(get_ThreadState)(tid);
sigframe-ppc64-linux.c 203 tst = VG_(get_ThreadState)(tid);
337 tst = VG_(get_ThreadState)(tid);
sigframe-mips32-linux.c 173 ThreadState* tst = VG_(get_ThreadState)(tid);
190 tst = VG_(get_ThreadState)(tid);
323 tst = VG_(get_ThreadState)(tid);
sigframe-ppc32-linux.c 460 //.. 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);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 180 ThreadState *tst = VG_(get_ThreadState)(tid);
424 tst = VG_(get_ThreadState)(tid);
436 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)());
syswrap-amd64-darwin.c 226 ThreadState *tst = VG_(get_ThreadState)(tid);
463 tst = VG_(get_ThreadState)(tid);
475 tst = VG_(get_ThreadState)(VG_(alloc_ThreadState)());
syswrap-amd64-linux.c 210 ThreadState* ptst = VG_(get_ThreadState)(ptid);
211 ThreadState* ctst = VG_(get_ThreadState)(ctid);
520 tst = VG_(get_ThreadState)(tid);
558 tst = VG_(get_ThreadState)(tid);
563 tst = VG_(get_ThreadState)(tid);
    [all...]
syswrap-s390x-linux.c 216 ThreadState* ptst = VG_(get_ThreadState)(ptid);
217 ThreadState* ctst = VG_(get_ThreadState)(ctid);
    [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);
214 tst = VG_(get_ThreadState)(tid);
702 #define MACH_THREAD ((Addr)VG_(get_ThreadState)(tid)->os_state.lwpid)
705 #define AFTER VG_(get_ThreadState)(tid)->os_state.post_mach_trap_fn
708 #define MACH_ARG(x) VG_(get_ThreadState)(tid)->os_state.mach_args.x
709 #define MACH_REMOTE VG_(get_ThreadState)(tid)->os_state.remote_port
710 #define MACH_MSGH_ID VG_(get_ThreadState)(tid)->os_state.msgh_id
    [all...]
syswrap-main.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 82 ts = VG_(get_ThreadState) (tid);
270 tst = VG_(get_ThreadState) (vgdb_interrupted_tid);
272 tst = VG_(get_ThreadState) (VG_(running_tid));
valgrind-low-s390x.c 124 ThreadState* tst = VG_(get_ThreadState)(tid);
valgrind-low-x86.c 122 ThreadState* tst = VG_(get_ThreadState)(tid);
valgrind-low-amd64.c 155 ThreadState* tst = VG_(get_ThreadState)(tid);
valgrind-low-arm.c 183 ThreadState* tst = VG_(get_ThreadState)(tid);
valgrind-low-mips32.c 147 ThreadState* tst = VG_(get_ThreadState)(tid);
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 271 tst = VG_(get_ThreadState)(tid);
303 ThreadState *tst = VG_(get_ThreadState)(tid);
661 ThreadState * volatile _qq_tst = VG_(get_ThreadState)(tid); \
836 tst = VG_(get_ThreadState)(tid);
    [all...]

Completed in 940 milliseconds

1 2