Searched refs:Start (Results 1 – 4 of 4) sorted by relevance
| /kernel/object/include/object/ |
| A D | thread_dispatcher.h | 87 zx_status_t Start(uintptr_t pc, uintptr_t sp, uintptr_t arg1, uintptr_t arg2,
|
| /kernel/syscalls/ |
| A D | task.cpp | 213 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 D | userboot.cpp | 414 status = thread->Start(entry, sp, static_cast<uintptr_t>(hv), vdso_base, in attempt_userboot()
|
| /kernel/object/ |
| A D | thread_dispatcher.cpp | 162 zx_status_t ThreadDispatcher::Start(uintptr_t entry, uintptr_t sp, in Start() function in ThreadDispatcher
|
Completed in 13 milliseconds