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

  /external/valgrind/main/coregrind/
pub_core_syswrap.h 62 extern void VG_(cleanup_thread) ( ThreadArchState* );
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 400 VG_(cleanup_thread)(&ctst->arch);
415 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-amd64-linux.c 319 VG_(cleanup_thread)(&ctst->arch);
333 void VG_(cleanup_thread) ( ThreadArchState *arch ) function
    [all...]
syswrap-ppc32-linux.c 371 VG_(cleanup_thread)(&ctst->arch);
386 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-arm-linux.c 257 VG_(cleanup_thread)(&ctst->arch);
273 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-mips32-linux.c 330 VG_(cleanup_thread) (&ctst->arch);
346 VG_ (cleanup_thread) (ThreadArchState * arch) { } function
    [all...]
syswrap-x86-linux.c 340 VG_(cleanup_thread)(&ctst->arch);
741 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-s390x-linux.c 182 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-darwin.c 346 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 502 VG_(cleanup_thread)(&VG_(threads)[tid].arch);
    [all...]

Completed in 1566 milliseconds