Searched refs:initial_thread (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
H A Dthread_dispatcher.h126 bool initial_thread);
H A Dprocess_dispatcher.h288 zx_status_t AddThread(ThreadDispatcher* t, bool initial_thread);
/fuchsia/zircon/kernel/object/
H A Dprocess_dispatcher.cpp243 zx_status_t ProcessDispatcher::AddThread(ThreadDispatcher* t, bool initial_thread) { argument
248 if (initial_thread) {
259 DEBUG_ASSERT(thread_list_.is_empty() == initial_thread);
264 if (initial_thread)
H A Dthread_dispatcher.cpp166 bool initial_thread) {
171 is_initial_thread_ = initial_thread;
185 auto ret = process_->AddThread(this, initial_thread);
164 Start(uintptr_t entry, uintptr_t sp, uintptr_t arg1, uintptr_t arg2, bool initial_thread) argument

Completed in 125 milliseconds