Searched refs:ident_info (Results 1 – 4 of 4) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/ |
D | MachThreadList.h | 43 bool GetIdentifierInfo (nub_thread_t tid, thread_identifier_info_data_t *ident_info);
|
D | MachThreadList.cpp | 74 MachThreadList::GetIdentifierInfo (nub_thread_t tid, thread_identifier_info_data_t *ident_info) in GetIdentifierInfo() argument 79 …return ::thread_info (mach_port_number, THREAD_IDENTIFIER_INFO, (thread_info_t)ident_info, &count)… in GetIdentifierInfo()
|
/external/lldb/tools/debugserver/source/ |
D | DNB.h | 112 …o (nub_process_t pid, nub_thread_t tid, thread_identifier_info_data_t *ident_info) DNB_EXPORT;
|
D | DNB.cpp | 743 …dGetIdentifierInfo (nub_process_t pid, nub_thread_t tid, thread_identifier_info_data_t *ident_info) in DNBThreadGetIdentifierInfo() argument 747 return procSP->GetThreadList().GetIdentifierInfo(tid, ident_info); in DNBThreadGetIdentifierInfo()
|