Searched refs:ident_info (Results 1 - 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h43 bool GetIdentifierInfo (nub_thread_t tid, thread_identifier_info_data_t *ident_info);
H A DMachThreadList.cpp74 MachThreadList::GetIdentifierInfo (nub_thread_t tid, thread_identifier_info_data_t *ident_info) argument
79 return ::thread_info (mach_port_number, THREAD_IDENTIFIER_INFO, (thread_info_t)ident_info, &count) == KERN_SUCCESS;
/external/lldb/tools/debugserver/source/
H A DDNB.h112 nub_bool_t DNBThreadGetIdentifierInfo (nub_process_t pid, nub_thread_t tid, thread_identifier_info_data_t *ident_info) DNB_EXPORT;
H A DDNB.cpp743 DNBThreadGetIdentifierInfo (nub_process_t pid, nub_thread_t tid, thread_identifier_info_data_t *ident_info) argument
747 return procSP->GetThreadList().GetIdentifierInfo(tid, ident_info);

Completed in 489 milliseconds