Searched refs:cleanup_thread (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_syswrap.h62 extern void VG_(cleanup_thread) ( ThreadArchState* );
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc64-linux.c399 VG_(cleanup_thread)(&ctst->arch);
414 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
H A Dsyswrap-amd64-linux.c317 VG_(cleanup_thread)(&ctst->arch);
331 void VG_(cleanup_thread) ( ThreadArchState *arch ) function
H A Dsyswrap-ppc32-linux.c369 VG_(cleanup_thread)(&ctst->arch);
384 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
H A Dsyswrap-arm-linux.c255 VG_(cleanup_thread)(&ctst->arch);
271 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
H A Dsyswrap-x86-linux.c338 VG_(cleanup_thread)(&ctst->arch);
739 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
H A Dsyswrap-s390x-linux.c181 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
H A Dsyswrap-darwin.c347 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c465 VG_(cleanup_thread)(&VG_(threads)[tid].arch);

Completed in 167 milliseconds