Home
last modified time | relevance | path

Searched refs:AddThread (Results 1 – 3 of 3) sorted by relevance

/kernel/object/include/object/
A Dprocess_dispatcher.h304 zx_status_t AddThread(ThreadDispatcher* t, bool initial_thread, bool* suspended);
/kernel/object/
A Dprocess_dispatcher.cpp289 zx_status_t ProcessDispatcher::AddThread(ThreadDispatcher* t, in AddThread() function in ProcessDispatcher
A Dthread_dispatcher.cpp184 auto ret = process_->AddThread(this, initial_thread, &suspended); in Start()

Completed in 35 milliseconds