Searched refs:GetNumThreads (Results 1 – 3 of 3) sorted by relevance
64 uint32_t n = shared.GetNumThreads(); in RunStressTest()
24 const int64_t keys_per_thread = max_key / shared->GetNumThreads(); in VerifyDb()29 if (thread->tid == shared->GetNumThreads() - 1) { in VerifyDb()
186 uint32_t GetNumThreads() const { return num_threads_; } in GetNumThreads() function