Searched refs:tid_p (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dptid-selftests.c74 /* Verify tid_p. */
76 static_assert (!pid.tid_p (), "pid's tid_p is right");
77 static_assert (!lwp.tid_p (), "lwp's tid_p is right");
78 static_assert (tid.tid_p (), "tid's tid_p is right");
79 static_assert (both.tid_p (), "both's tid_p is right");
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dptid-selftests.c74 /* Verify tid_p. */
76 static_assert (!pid.tid_p (), "pid's tid_p is right");
77 static_assert (!lwp.tid_p (), "lwp's tid_p is right");
78 static_assert (tid.tid_p (), "tid's tid_p is right");
79 static_assert (both.tid_p (), "both's tid_p is right");
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dptid.h70 constexpr bool tid_p () const function in class:ptid_t
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dptid.h72 constexpr bool tid_p () const function in class:ptid_t
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsol-thread.c344 if (lwp.tid_p ())
455 if (rtnval.tid_p ())
486 if (!ptid.tid_p ())
538 if (!ptid.tid_p ())
591 if (inferior_ptid.tid_p () || !target_thread_alive (inferior_ptid))
697 if (ptid.tid_p ())
788 if (inferior_ptid.tid_p () || !target_thread_alive (inferior_ptid))
974 if (ptid.tid_p ())
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsol-thread.c344 if (lwp.tid_p ())
455 if (rtnval.tid_p ())
486 if (!ptid.tid_p ())
538 if (!ptid.tid_p ())
591 if (inferior_ptid.tid_p () || !target_thread_alive (inferior_ptid))
697 if (ptid.tid_p ())
788 if (inferior_ptid.tid_p () || !target_thread_alive (inferior_ptid))
974 if (ptid.tid_p ())

Completed in 119 milliseconds