Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dthreadpool_imp.cc86 bool IsLastExcessiveThread(size_t thread_id) const { in IsLastExcessiveThread() function
195 while (!exit_all_threads_ && !IsLastExcessiveThread(thread_id) && in BGThread()
208 if (IsLastExcessiveThread(thread_id)) { in BGThread()