Searched refs:VgSrc_ExitThread (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_threadstate.c85 case VgSrc_ExitThread: return "VgSrc_ExitThread";
H A Dpub_core_threadstate.h72 VgSrc_ExitThread, /* just this thread is exiting */ enumerator in enum:__anon32717
H A Dm_main.c2406 vg_assert(tids_schedretcode == VgSrc_ExitThread
2410 if (tids_schedretcode == VgSrc_ExitThread) {
2539 case VgSrc_ExitThread: /* the normal way out (Linux) */
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c984 case VgSrc_ExitThread:
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1674 VG_(threads)[tid].exitreason = VgSrc_ExitThread;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-generic.c2255 tst->exitreason = VgSrc_ExitThread;
2727 VG_(nuke_all_threads_except)( tid, VgSrc_ExitThread );
H A Dsyswrap-darwin.c6392 tst->exitreason = VgSrc_ExitThread;
6569 tst->exitreason = VgSrc_ExitThread;
H A Dsyswrap-linux.c755 VG_(threads)[tid].exitreason = VgSrc_ExitThread;
756 /* we do assign VgSrc_ExitThread and not VgSrc_ExitProcess, as this thread

Completed in 234 milliseconds