Searched refs:thread_pool (Results 1 – 3 of 3) sorted by relevance
23 fbl::RefPtr<ThreadPool> thread_pool; in Create() local24 zx_status_t res = ThreadPool::Get(&thread_pool, priority); in Create()27 ZX_DEBUG_ASSERT(thread_pool != nullptr); in Create()30 auto new_domain = fbl::AdoptRef(new (&ac) ExecutionDomain(thread_pool, std::move(evt))); in Create()34 res = thread_pool->AddDomainToPool(new_domain); in Create()41 ExecutionDomain::ExecutionDomain(fbl::RefPtr<ThreadPool> thread_pool, in ExecutionDomain() argument44 thread_pool_(std::move(thread_pool)), in ExecutionDomain()
69 auto thread_pool = domain->GetThreadPool(); in ActivateLocked() local70 if (thread_pool == nullptr) in ActivateLocked()80 thread_pool_ = std::move(thread_pool); in ActivateLocked()
129 ExecutionDomain(fbl::RefPtr<ThreadPool> thread_pool, zx::event dispatch_idle_evt);
Completed in 12 milliseconds