Searched refs:AddThread (Results 1 – 3 of 3) sorted by relevance
304 zx_status_t AddThread(ThreadDispatcher* t, bool initial_thread, bool* suspended);
289 zx_status_t ProcessDispatcher::AddThread(ThreadDispatcher* t, in AddThread() function in ProcessDispatcher
184 auto ret = process_->AddThread(this, initial_thread, &suspended); in Start()
Completed in 11 milliseconds