Searched defs:ident_info (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
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.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 51 milliseconds