Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dthreadpool_imp.cc126 std::vector<port::Thread> bgthreads_; member
144 bgthreads_() { in Impl()
148 ThreadPoolImpl::Impl::~Impl() { assert(bgthreads_.size() == 0U); } in ~Impl()
165 for (auto& th : bgthreads_) { in JoinThreads()
169 bgthreads_.clear(); in JoinThreads()
212 auto& terminating_thread = bgthreads_.back(); in BGThread()
214 bgthreads_.pop_back(); in BGThread()
335 while ((int)bgthreads_.size() < total_threads_limit_) { in StartBGThreads()
338 new BGThreadMetadata(this, bgthreads_.size())); in StartBGThreads()
350 thread_name_stream << bgthreads_.size(); in StartBGThreads()
[all …]