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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-aix5.c 402 struct tstate* ats_old = (struct tstate*)ARG3; local
443 "( %ld, %p,%p )", dst_lwpid, ats_new, ats_old);
451 if (ats_new && (!ats_old) && ats_new->flags == TSTATE_INTR) {
509 if (ats_new && !ats_old) {
syswrap-ppc32-aix5.c 492 struct tstate* ats_old = (struct tstate*)ARG3; local
533 "( %ld, %p,%p )", dst_lwpid, ats_new, ats_old);
541 if (ats_new && (!ats_old) && ats_new->flags == TSTATE_INTR) {
599 if (ats_new && !ats_old) {
    [all...]

Completed in 27 milliseconds