Searched defs:process (Results 1 – 13 of 13) sorted by relevance
29 if (auto process = DownCastDispatcher<ProcessDispatcher>(&task)) { in SuspendTask() local46 if (auto process = DownCastDispatcher<ProcessDispatcher>(&task)) { in ResumeTask() local
203 bool JobDispatcher::AddChildProcess(const fbl::RefPtr<ProcessDispatcher>& process) { in AddChildProcess()228 void JobDispatcher::RemoveChildProcess(ProcessDispatcher* process) { in RemoveChildProcess()498 bool OnProcess(ProcessDispatcher* process) override { in OnProcess()
32 bool OnProcess(ProcessDispatcher* process) final { in OnProcess()148 auto walker = MakeProcessWalker([](ProcessDispatcher* process) { in DumpProcessList()195 auto walker = MakeProcessWalker([](ProcessDispatcher* process) { in ktrace_report_live_processes()623 zx_status_t GetProcessVmosViaHandles(ProcessDispatcher* process, in GetProcessVmosViaHandles()715 auto walker = MakeProcessWalker([&](ProcessDispatcher* process) { in DumpProcessMemoryUsage()
247 auto process = thread->process(); in dispatch_user_exception() local
43 zx_status_t ThreadDispatcher::Create(fbl::RefPtr<ProcessDispatcher> process, uint32_t flags, in Create()61 ThreadDispatcher::ThreadDispatcher(fbl::RefPtr<ProcessDispatcher> process, in ThreadDispatcher()
279 auto process = ProcessDispatcher::GetCurrent(); in Call() local
151 auto process = DownCastDispatcher<ProcessDispatcher>(&target_); in OnPortZeroHandles() local
63 fbl::RefPtr<ProcessDispatcher> process = in Create() local785 bool OnProcess(ProcessDispatcher* process) final { in OnProcess()
164 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local181 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local313 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local330 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local360 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local602 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local663 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in sys_object_get_property() local672 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in sys_object_get_property() local773 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in sys_object_set_property() local878 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in sys_object_get_child() local
39 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in object_unbind_exception_port() local90 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in task_bind_exception_port() local
165 fbl::RefPtr<ProcessDispatcher> process; in sys_thread_create() local416 fbl::RefPtr<ProcessDispatcher> process; in sys_process_start() local476 fbl::RefPtr<ProcessDispatcher> process; in sys_process_read_memory() local546 fbl::RefPtr<ProcessDispatcher> process; in sys_process_write_memory() local
98 ProcessDispatcher* process() const { return process_.get(); } in process() function
146 fbl::RefPtr<ProcessDispatcher> process, in make_bootstrap_channel()
Completed in 48 milliseconds