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

  /external/valgrind/coregrind/
m_threadstate.c 137 return VG_(threads)[tid].exitreason != VgSrc_None;
pub_core_threadstate.h 289 VgSchedReturnCode exitreason; member in struct:__anon20538
m_machine.c 422 || VG_(threads)[tid].exitreason == VgSrc_ExitProcess) {
    [all...]
m_main.c     [all...]
m_signals.c 66 another to exit, it will set its exitreason and send it SIGVGKILL
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 242 VG_(threads)[i].exitreason = VgSrc_None;
382 /* There should still be a valid exitreason for this thread */
383 vg_assert(VG_(threads)[tid].exitreason != VgSrc_None);
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c     [all...]
syswrap-darwin.c     [all...]
syswrap-linux.c 748 the exitreason. */
777 VG_(threads)[tid].exitreason = VgSrc_ExitThread;
    [all...]

Completed in 3125 milliseconds