Searched refs:Impl (Results 1 – 2 of 2) sorted by relevance
44 struct ThreadPoolImpl::Impl { struct in ROCKSDB_NAMESPACE::ThreadPoolImpl46 Impl();47 ~Impl();131 ThreadPoolImpl::Impl::Impl() in Impl() function in ROCKSDB_NAMESPACE::ThreadPoolImpl::Impl148 ThreadPoolImpl::Impl::~Impl() { assert(bgthreads_.size() == 0U); } in ~Impl()176 void ThreadPoolImpl::Impl::LowerIOPriority() { in LowerIOPriority()182 void ThreadPoolImpl::Impl::LowerCPUPriority() { in LowerCPUPriority()272 ThreadPoolImpl::Impl* thread_pool_;281 ThreadPoolImpl::Impl* tp = meta->thread_pool_; in BGThreadWrapper()333 void ThreadPoolImpl::Impl::StartBGThreads() { in StartBGThreads()[all …]
93 struct Impl;109 std::unique_ptr<Impl> impl_;