Home
last modified time | relevance | path

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

/kernel/object/
A Dprocess_dispatcher.cpp290 bool initial_thread, in AddThread() argument
296 if (initial_thread) { in AddThread()
307 DEBUG_ASSERT(thread_list_.is_empty() == initial_thread); in AddThread()
315 if (initial_thread) in AddThread()
A Dthread_dispatcher.cpp164 bool initial_thread) { in Start() argument
169 is_initial_thread_ = initial_thread; in Start()
184 auto ret = process_->AddThread(this, initial_thread, &suspended); in Start()
/kernel/object/include/object/
A Dthread_dispatcher.h88 bool initial_thread);
A Dprocess_dispatcher.h304 zx_status_t AddThread(ThreadDispatcher* t, bool initial_thread, bool* suspended);

Completed in 12 milliseconds