Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dthreadpool_imp.cc111 bool exit_all_threads_; member
139 exit_all_threads_(false), in Impl()
153 assert(!exit_all_threads_); in JoinThreads()
156 exit_all_threads_ = true; in JoinThreads()
171 exit_all_threads_ = false; in JoinThreads()
195 while (!exit_all_threads_ && !IsLastExcessiveThread(thread_id) && in BGThread()
200 if (exit_all_threads_) { // mechanism to let BG threads exit safely in BGThread()
317 if (exit_all_threads_) { in SetBackgroundThreadsInternal()
363 if (exit_all_threads_) { in Submit()