Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dthread_local_test.cc220 for (int th = 0; th < p1.total; ++th) { in TEST_F() local
223 for (int th = 0; th < p2.total; ++th) { in TEST_F() local
263 for (int th = 1; th <= 128; th += th) { in TEST_F() local
267 Params p(&mu, &cv, &unref_count, th, unref); in TEST_F()
298 for (int th = 1; th <= 128; th += th) { in TEST_F() local
303 Params p(&mu, &cv, &unref_count, th, unref); in TEST_F()
348 for (int th = 1; th <= 128; th += th) { in TEST_F() local
352 Params p(&mu, &cv, &unref_count, th, unref); in TEST_F()
423 for (int th = 1; th <= 128; th += th) { in TEST_F() local
489 for (int th = 0; th < params.total; ++th) { in TEST_F() local
[all …]
Dthreadpool_imp.cc165 for (auto& th : bgthreads_) { in JoinThreads() local
166 th.join(); in JoinThreads()
/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_test.h57 port::Thread th(fn); in SpawnThreads()
58 threads.push_back(std::move(th)); in SpawnThreads()
65 for (auto& th : threads) { in Join()
66 th.join(); in Join()
Dblock_cache_tier_file.cc542 port::Thread th(&ThreadedWriter::ThreadMain, this); in ThreadedWriter() local
543 threads_.push_back(std::move(th)); in ThreadedWriter()
554 for (auto& th : threads_) { in Stop() local
555 th.join(); in Stop()
556 assert(!th.joinable()); in Stop()
Dpersistent_cache_bench.cc269 for (auto& th : *threads) { in Join()
270 th.join(); in Join()
/rocksdb-6.9/docs/_sass/
D_tables.scss21 th, td {
40 th {
D_reset.scss9 table, caption, tbody, tfoot, thead, tr, th, td,
/rocksdb-6.9/logging/
Denv_logger_test.cc145 for (auto& th : threads) { in TEST_F() local
146 th.join(); in TEST_F()
/rocksdb-6.9/docs/_posts/
D2017-05-14-core-local-stats.markdown70 95th percentile: 55.82
105 95th percentile: 7.56
D2017-12-19-write-prepared-txn.markdown27 …entries. Looking up the entries in the cache must be enough for almost all th transactions that co…
/rocksdb-6.9/port/win/
Denv_win.cc1246 ROCKSDB_NAMESPACE::port::WindowsThread th(&StartThreadWrapper, state.get()); in StartThread() local
1250 threads_to_join_.push_back(std::move(th)); in StartThread()
1258 for (auto& th : threads_to_join_) { in WaitForJoin() local
1259 th.join(); in WaitForJoin()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim.py1064 self.th = np.zeros((len(self.policies), self.nfeatures))
1066 self.b = np.zeros_like(self.th)
1071 self.th_hat = np.zeros_like(self.th)