Home | History | Annotate | Download | only in API

Lines Matching refs:target_sp

79         TargetSP target_sp (target.GetSP());
80 if (target_sp)
82 api_locker.Lock (target_sp->GetAPIMutex());
83 target_sp->CalculateExecutionContext (exe_ctx);
84 exe_ctx.SetProcessSP(target_sp->GetProcessSP());
98 TargetSP target_sp (target.GetSP());
99 if (target_sp)
101 api_locker.Lock (target_sp->GetAPIMutex());
102 target_sp->CalculateExecutionContext (exe_ctx);
103 exe_ctx.SetProcessSP(target_sp->GetProcessSP());
117 TargetSP target_sp (target.GetSP());
118 if (target_sp)
120 api_locker.Lock (target_sp->GetAPIMutex());
121 target_sp->CalculateExecutionContext (exe_ctx);
122 exe_ctx.SetProcessSP(target_sp->GetProcessSP());