Home
last modified time | relevance | path

Searched refs:m_ptid (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dregcache.h380 gdb_assert (m_ptid != minus_one_ptid); in ptid()
382 return m_ptid; in ptid()
387 this->m_ptid = ptid; in set_ptid()
430 ptid_t m_ptid; variable
H A Dregcache.c210 m_ptid = minus_one_ptid; in regcache()
H A DChangeLog-20188122 <m_ptid>: Delete
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/perfparser/app/
H A Dperfdata.h582 qint32 parentTid() const { return m_ptid; } in parentTid()
586 qint32 m_tid, m_ptid; variable
H A Dperfdata.cpp793 PerfRecord(header, sampleType, sampleIdAll), m_pid(0), m_ppid(0), m_tid(0), m_ptid(0), m_time(0) in PerfRecordFork()
799 return stream >> record.m_pid >> record.m_ppid >> record.m_tid >> record.m_ptid >> record.m_time in operator >>()