Home
last modified time | relevance | path

Searched refs:SetTarget (Results 1 – 3 of 3) sorted by relevance

/kernel/object/include/object/
A Dexcp_port.h52 void SetTarget(const fbl::RefPtr<JobDispatcher>& target);
53 void SetTarget(const fbl::RefPtr<ProcessDispatcher>& target);
54 void SetTarget(const fbl::RefPtr<ThreadDispatcher>& target);
/kernel/syscalls/
A Dexceptions.cpp86 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()
/kernel/object/
A Dexcp_port.cpp73 void ExceptionPort::SetTarget(const fbl::RefPtr<JobDispatcher>& target) { in SetTarget() function in ExceptionPort
86 void ExceptionPort::SetTarget(const fbl::RefPtr<ProcessDispatcher>& target) { in SetTarget() function in ExceptionPort
99 void ExceptionPort::SetTarget(const fbl::RefPtr<ThreadDispatcher>& target) { in SetTarget() function in ExceptionPort

Completed in 10 milliseconds