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-ppc32-linux.c 368 VG_(cleanup_thread)(&ctst->arch);
383 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-ppc64-linux.c 398 VG_(cleanup_thread)(&ctst->arch);
413 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-ppc64-aix5.c 320 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
syswrap-amd64-linux.c 316 VG_(cleanup_thread)(&ctst->arch);
330 void VG_(cleanup_thread) ( ThreadArchState *arch ) function
    [all...]
syswrap-arm-linux.c 254 VG_(cleanup_thread)(&ctst->arch);
270 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-x86-linux.c 337 VG_(cleanup_thread)(&ctst->arch);
738 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-ppc32-aix5.c 320 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-darwin.c 319 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 440 VG_(cleanup_thread)(&VG_(threads)[tid].arch);
    [all...]

Completed in 348 milliseconds