OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_seq_id
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachThread.h
51
uint32_t SequenceID() const { return
m_seq_id
; }
125
uint32_t
m_seq_id
; // A Sequential ID that increments with each new thread
member in class:MachThread
MachThread.cpp
31
m_seq_id
(GetSequenceID()),
51
DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::MachThread ( process = %p, tid = 0x%8.8" PRIx64 ", seq_id = %u )", &m_process, m_unique_id,
m_seq_id
);
56
DNBLogThreadedIf(LOG_THREAD | LOG_VERBOSE, "MachThread::~MachThread() for tid = 0x%8.8" PRIx64 " (%u)", m_unique_id,
m_seq_id
);
365
m_seq_id
,
Completed in 316 milliseconds