Searched refs:initial_thread (Results 1 – 4 of 4) sorted by relevance
290 bool initial_thread, in AddThread() argument296 if (initial_thread) { in AddThread()307 DEBUG_ASSERT(thread_list_.is_empty() == initial_thread); in AddThread()315 if (initial_thread) in AddThread()
164 bool initial_thread) { in Start() argument169 is_initial_thread_ = initial_thread; in Start()184 auto ret = process_->AddThread(this, initial_thread, &suspended); in Start()
88 bool initial_thread);
304 zx_status_t AddThread(ThreadDispatcher* t, bool initial_thread, bool* suspended);
Completed in 11 milliseconds