Home
last modified time | relevance | path

Searched defs:process (Results 1 – 13 of 13) sorted by relevance

/kernel/object/
A Dsuspend_token_dispatcher.cpp29 if (auto process = DownCastDispatcher<ProcessDispatcher>(&task)) { in SuspendTask() local
46 if (auto process = DownCastDispatcher<ProcessDispatcher>(&task)) { in ResumeTask() local
A Djob_dispatcher.cpp203 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()
A Ddiagnostics.cpp32 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()
A Dexception.cpp247 auto process = thread->process(); in dispatch_user_exception() local
A Dthread_dispatcher.cpp43 zx_status_t ThreadDispatcher::Create(fbl::RefPtr<ProcessDispatcher> process, uint32_t flags, in Create()
61 ThreadDispatcher::ThreadDispatcher(fbl::RefPtr<ProcessDispatcher> process, in ThreadDispatcher()
A Dchannel_dispatcher.cpp279 auto process = ProcessDispatcher::GetCurrent(); in Call() local
A Dexcp_port.cpp151 auto process = DownCastDispatcher<ProcessDispatcher>(&target_); in OnPortZeroHandles() local
A Dprocess_dispatcher.cpp63 fbl::RefPtr<ProcessDispatcher> process = in Create() local
785 bool OnProcess(ProcessDispatcher* process) final { in OnProcess()
/kernel/syscalls/
A Dobject.cpp164 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local
181 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local
313 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local
330 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local
360 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local
602 fbl::RefPtr<ProcessDispatcher> process; in sys_object_get_info() local
663 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in sys_object_get_property() local
672 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in sys_object_get_property() local
773 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in sys_object_set_property() local
878 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in sys_object_get_child() local
A Dexceptions.cpp39 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in object_unbind_exception_port() local
90 auto process = DownCastDispatcher<ProcessDispatcher>(&dispatcher); in task_bind_exception_port() local
A Dtask.cpp165 fbl::RefPtr<ProcessDispatcher> process; in sys_thread_create() local
416 fbl::RefPtr<ProcessDispatcher> process; in sys_process_start() local
476 fbl::RefPtr<ProcessDispatcher> process; in sys_process_read_memory() local
546 fbl::RefPtr<ProcessDispatcher> process; in sys_process_write_memory() local
/kernel/object/include/object/
A Dthread_dispatcher.h98 ProcessDispatcher* process() const { return process_.get(); } in process() function
/kernel/lib/userboot/
A Duserboot.cpp146 fbl::RefPtr<ProcessDispatcher> process, in make_bootstrap_channel()

Completed in 48 milliseconds