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

  /external/valgrind/main/coregrind/
pub_core_syswrap.h 65 extern void VG_(cleanup_thread) ( ThreadArchState* );
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-arm64-linux.c 335 VG_(cleanup_thread)(&ctst->arch);
351 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
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-arm-linux.c 257 VG_(cleanup_thread)(&ctst->arch);
273 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-mips32-linux.c 333 VG_(cleanup_thread) (&ctst->arch);
349 VG_ (cleanup_thread) (ThreadArchState * arch) { } function
    [all...]
syswrap-mips64-linux.c 275 VG_ (cleanup_thread) (&ctst->arch);
287 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-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 516 VG_(cleanup_thread)(&VG_(threads)[tid].arch);
    [all...]

Completed in 370 milliseconds