Lines Matching defs:thread_activity_sp
5703 Genealogy::ThreadActivitySP thread_activity_sp;
5720 thread_activity_sp = DNBGetGenealogyInfoForThread(pid, tid, timed_out);
5731 if (thread_activity_sp && !timed_out) {
5733 &thread_activity_sp->current_activity;
5768 if (thread_activity_sp->messages.size() > 0) {
5775 for (auto iter = thread_activity_sp->messages.begin();
5776 iter != thread_activity_sp->messages.end(); ++iter) {
5796 if (thread_activity_sp->breadcrumbs.size() == 1) {
5802 for (auto iter = thread_activity_sp->breadcrumbs.begin();
5803 iter != thread_activity_sp->breadcrumbs.end(); ++iter) {