Searched refs:sp_threads (Results 1 – 1 of 1) sorted by relevance
237 WRL::ComPtr<IModelObject> sp_debugger, sp_sessions, sp_processes, sp_threads; in GetCurrentThread() local253 sp_curr_process->GetKeyValue(L"Threads", &sp_threads, nullptr)); in GetCurrentThread()254 return GetModelAtIndex(sp_threads, sp_boxed_context, p_current_thread); in GetCurrentThread()