Searched refs:SetTarget (Results 1 – 3 of 3) sorted by relevance
52 void SetTarget(const fbl::RefPtr<JobDispatcher>& target);53 void SetTarget(const fbl::RefPtr<ProcessDispatcher>& target);54 void SetTarget(const fbl::RefPtr<ThreadDispatcher>& target);
86 eport->SetTarget(job); in task_bind_exception_port()104 eport->SetTarget(process); in task_bind_exception_port()120 eport->SetTarget(thread); in task_bind_exception_port()
73 void ExceptionPort::SetTarget(const fbl::RefPtr<JobDispatcher>& target) { in SetTarget() function in ExceptionPort86 void ExceptionPort::SetTarget(const fbl::RefPtr<ProcessDispatcher>& target) { in SetTarget() function in ExceptionPort99 void ExceptionPort::SetTarget(const fbl::RefPtr<ThreadDispatcher>& target) { in SetTarget() function in ExceptionPort
Completed in 10 milliseconds