Home
last modified time | relevance | path

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

/system/ulib/dispatcher-pool/
A Ddispatcher-execution-domain.cpp23 fbl::RefPtr<ThreadPool> thread_pool; in Create() local
24 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() argument
44 thread_pool_(std::move(thread_pool)), in ExecutionDomain()
A Ddispatcher-event-source.cpp69 auto thread_pool = domain->GetThreadPool(); in ActivateLocked() local
70 if (thread_pool == nullptr) in ActivateLocked()
80 thread_pool_ = std::move(thread_pool); in ActivateLocked()
/system/ulib/dispatcher-pool/include/dispatcher-pool/
A Ddispatcher-execution-domain.h129 ExecutionDomain(fbl::RefPtr<ThreadPool> thread_pool, zx::event dispatch_idle_evt);

Completed in 12 milliseconds