| /rocksdb-6.9/utilities/persistent_cache/ |
| D | persistent_cache_test.h | 55 std::list<port::Thread> threads; in SpawnThreads() local 64 void Join(std::list<port::Thread>&& threads) { in Join() 77 auto threads = SpawnThreads(nthreads, fn); in Insert() local 92 auto threads = SpawnThreads(nthreads, fn); variable
|
| D | persistent_cache_bench.cc | 124 std::list<port::Thread> threads; in CacheTierBenchmark() local 260 void Spawn(const size_t n, std::list<port::Thread>* threads, in Spawn() 268 void Join(std::list<port::Thread>* threads) { in Join()
|
| /rocksdb-6.9/db/ |
| D | db_write_test.cc | 46 std::vector<port::Thread> threads; in TEST_P() local 143 std::vector<port::Thread> threads; in TEST_P() local 291 std::thread threads[10]; in TEST_P() local
|
| D | column_family_test.cc | 1446 std::vector<port::Thread> threads; in TEST_P() local 1558 ROCKSDB_NAMESPACE::port::Thread threads([&] { in TEST_P() local 1649 ROCKSDB_NAMESPACE::port::Thread threads([&] { in TEST_P() local 1745 ROCKSDB_NAMESPACE::port::Thread threads([&] { in TEST_P() local 1846 ROCKSDB_NAMESPACE::port::Thread threads([&] { in TEST_P() local 1941 ROCKSDB_NAMESPACE::port::Thread threads([&] { in TEST_P() local 2438 std::vector<port::Thread> threads; in TEST_P() local
|
| D | write_callback_test.cc | 336 std::vector<port::Thread> threads; in TEST_F() local
|
| D | db_test.cc | 270 std::vector<port::Thread> threads; in TEST_F() local 331 std::vector<port::Thread> threads; in TEST_F() local 387 std::vector<port::Thread> threads; in TEST_F() local 906 std::vector<port::Thread> threads; in TEST_F() local 3849 std::vector<port::Thread> threads; in TEST_F() local 3877 std::vector<port::Thread> threads; in TEST_F() local 5896 std::vector<port::Thread> threads; in TEST_F() local 6408 std::vector<port::Thread> threads; in TEST_F() local
|
| D | version_builder.cc | 720 std::vector<port::Thread> threads; in LoadTableHandlers() local
|
| D | db_iterator_test.cc | 2030 std::vector<port::Thread> threads; in TEST_P() local
|
| D | db_compaction_test.cc | 1398 ROCKSDB_NAMESPACE::port::Thread threads([&] { in TEST_P() local 1534 ROCKSDB_NAMESPACE::port::Thread threads([&] { in TEST_F() local
|
| D | external_sst_file_test.cc | 1434 std::vector<port::Thread> threads; in TEST_F() local
|
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_driver.cc | 69 std::vector<ThreadState*> threads(n); in RunStressTest() local
|
| /rocksdb-6.9/memtable/ |
| D | memtablerep_bench.cc | 417 std::vector<port::Thread> threads; in Run() local 485 void RunThreads(std::vector<port::Thread>* threads, uint64_t* bytes_written, in RunThreads() 509 void RunThreads(std::vector<port::Thread>* threads, uint64_t* bytes_written, in RunThreads() 536 void RunThreads(std::vector<port::Thread>* threads, uint64_t* bytes_written, in RunThreads()
|
| /rocksdb-6.9/logging/ |
| D | env_logger_test.cc | 137 std::vector<port::Thread> threads; in TEST_F() local
|
| /rocksdb-6.9/cache/ |
| D | cache_bench.cc | 160 std::vector<ThreadState*> threads(num_threads_); in Run() local
|
| /rocksdb-6.9/util/ |
| D | dynamic_bloom_test.cc | 225 std::vector<port::Thread> threads; in TEST_F() local
|
| /rocksdb-6.9/utilities/transactions/ |
| D | write_unprepared_transaction_test.cc | 307 std::vector<port::Thread> threads; in TEST_P() local
|
| D | transaction_test.cc | 517 std::vector<port::Thread> threads; in TEST_P() local 724 std::vector<port::Thread> threads; in TEST_P() local 844 std::vector<port::Thread> threads; in TEST_P() local 1480 std::vector<port::Thread> threads; in TEST_P() local 5313 std::vector<port::Thread> threads; in TEST_P() local
|
| D | optimistic_transaction_test.cc | 1463 std::vector<port::Thread> threads; in TEST_P() local
|
| D | write_prepared_transaction_test.cc | 1688 std::vector<port::Thread> threads; in TEST_P() local
|
| /rocksdb-6.9/file/ |
| D | delete_scheduler_test.cc | 266 std::vector<port::Thread> threads; in TEST_F() local
|
| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | DBOptionsTest.java | 98 final int threads = Runtime.getRuntime().availableProcessors() * 2; in setIncreaseParallelism() local
|
| D | OptionsTest.java | 42 final int threads = Runtime.getRuntime().availableProcessors() * 2; in setIncreaseParallelism() local
|
| /rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/ |
| D | DbBenchmark.java | 946 threads(1, enumConstant
|