Searched refs:ptid2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Daix-thread.c671 ptid_cmp (ptid_t ptid1, ptid_t ptid2) argument
673 if (ptid1.pid () < ptid2.pid ())
675 else if (ptid1.pid () > ptid2.pid ())
677 else if (ptid1.tid () < ptid2.tid ())
679 else if (ptid1.tid () > ptid2.tid ())
681 else if (ptid1.lwp () < ptid2.lwp ())
683 else if (ptid1.lwp () > ptid2.lwp ())
H A Ddarwin-nat.c1243 ptid_t ptid2; local
1263 ptid2 = decode_message (hdr, &thread, &inf, &status2);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Daix-thread.c678 ptid_cmp (ptid_t ptid1, ptid_t ptid2) argument
680 if (ptid1.pid () < ptid2.pid ())
682 else if (ptid1.pid () > ptid2.pid ())
684 else if (ptid1.tid () < ptid2.tid ())
686 else if (ptid1.tid () > ptid2.tid ())
688 else if (ptid1.lwp () < ptid2.lwp ())
690 else if (ptid1.lwp () > ptid2.lwp ())
H A Ddarwin-nat.c1262 ptid_t ptid2; local
1282 ptid2 = decode_message (hdr, &thread, &inf, &status2);

Completed in 186 milliseconds