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

  /external/valgrind/coregrind/
pub_core_syswrap.h 68 extern void VG_(cleanup_thread) ( ThreadArchState* );
  /external/valgrind/coregrind/m_syswrap/
syswrap-amd64-linux.c 296 VG_(cleanup_thread)(&ctst->arch);
310 void VG_(cleanup_thread) ( ThreadArchState *arch ) function
    [all...]
syswrap-mips64-linux.c 259 VG_ (cleanup_thread) (&ctst->arch);
271 void VG_(cleanup_thread) ( ThreadArchState * arch ) { }; function
    [all...]
syswrap-arm-linux.c 239 VG_(cleanup_thread)(&ctst->arch);
255 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-arm64-linux.c 304 VG_(cleanup_thread)(&ctst->arch);
320 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-mips32-linux.c 316 VG_(cleanup_thread) (&ctst->arch);
332 VG_ (cleanup_thread) (ThreadArchState * arch) { } function
    [all...]
syswrap-ppc32-linux.c 348 VG_(cleanup_thread)(&ctst->arch);
363 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-ppc64-linux.c 500 VG_(cleanup_thread)(&ctst->arch);
515 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-tilegx-linux.c 404 VG_(cleanup_thread) (&ctst->arch);
429 VG_ (cleanup_thread) ( ThreadArchState * arch ) { } function
    [all...]
syswrap-x86-linux.c 317 VG_(cleanup_thread)(&ctst->arch);
718 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-s390x-linux.c 180 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
syswrap-darwin.c 327 void VG_(cleanup_thread) ( ThreadArchState* arch ) function
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 513 VG_(cleanup_thread)(&VG_(threads)[tid].arch);
    [all...]

Completed in 932 milliseconds