Home
last modified time | relevance | path

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

/external/federated-compute/fcp/client/http/testing/
Dhttp_test_server.cc72 : thread_pool_scheduler_(CreateThreadPoolScheduler(num_threads)) {} in ThreadPoolEventExecutor()
74 thread_pool_scheduler_->WaitUntilIdle(); in ~ThreadPoolEventExecutor()
78 thread_pool_scheduler_->Schedule(fn); in Schedule()
82 std::unique_ptr<Scheduler> thread_pool_scheduler_; member in fcp::client::http::__anon2a46c47f0111::ThreadPoolEventExecutor