Home
last modified time | relevance | path

Searched refs:Start (Results 1 – 4 of 4) sorted by relevance

/kernel/object/include/object/
A Dthread_dispatcher.h87 zx_status_t Start(uintptr_t pc, uintptr_t sp, uintptr_t arg1, uintptr_t arg2,
/kernel/syscalls/
A Dtask.cpp213 return thread->Start(thread_entry, stack, arg1, arg2, /* initial_thread= */ false); in sys_thread_start()
444 status = thread->Start(pc, sp, static_cast<uintptr_t>(arg_nhv), in sys_process_start()
/kernel/lib/userboot/
A Duserboot.cpp414 status = thread->Start(entry, sp, static_cast<uintptr_t>(hv), vdso_base, in attempt_userboot()
/kernel/object/
A Dthread_dispatcher.cpp162 zx_status_t ThreadDispatcher::Start(uintptr_t entry, uintptr_t sp, in Start() function in ThreadDispatcher

Completed in 13 milliseconds