HomeSort by relevance Sort by last modified time
    Searched refs:exitreason (Results 1 - 10 of 10) sorted by null

  /external/valgrind/coregrind/
m_threadstate.c 136 return VG_(threads)[tid].exitreason != VgSrc_None;
pub_core_threadstate.h 343 VgSchedReturnCode exitreason; member in struct:__anon37552
m_signals.c 66 another to exit, it will set its exitreason and send it SIGVGKILL
    [all...]
m_machine.c 359 || VG_(threads)[tid].exitreason == VgSrc_ExitProcess) {
    [all...]
m_main.c     [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 244 VG_(threads)[i].exitreason = VgSrc_None;
384 /* There should still be a valid exitreason for this thread */
385 vg_assert(VG_(threads)[tid].exitreason != VgSrc_None);
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c     [all...]
syswrap-darwin.c     [all...]
syswrap-solaris.c     [all...]
syswrap-linux.c     [all...]

Completed in 395 milliseconds