OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_unique_id
(Results
1 - 2
of
2
) sorted by null
/external/lldb/tools/debugserver/source/MacOSX/
MachThread.h
47
uint64_t ThreadID() const { return
m_unique_id
; }
123
uint64_t
m_unique_id
; // The globally unique ID for this thread (nub_thread_t)
member in class:MachThread
MachThread.cpp
29
m_unique_id
(unique_thread_id),
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);
200
m_unique_id
,
366
m_unique_id
,
531
DNBLogThreadedIf(LOG_THREAD, "MachThread::SetState ( %s ) for tid = 0x%8.8" PRIx64 "", DNBStateAsString(state),
m_unique_id
);
Completed in 30 milliseconds