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

/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2469 thread_identifier_info_data_t thread_ident_info; local
2470 if (DNBThreadGetIdentifierInfo (pid, tid, &thread_ident_info))
2472 if (thread_ident_info.dispatch_qaddr != 0)
2473 ostrm << std::hex << "qaddr:" << thread_ident_info.dispatch_qaddr << ';';

Completed in 671 milliseconds