Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc5320 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() local
5321 Random64 rand(time_seed * thd_seed); in TEST_P()
5327 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() local
5328 Random64 rand(time_seed * thd_seed); in TEST_P()
5337 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() local
5338 Random64 rand(time_seed * thd_seed); in TEST_P()
5348 size_t thd_seed = std::hash<std::thread::id>()(std::this_thread::get_id()); in TEST_P() local
5349 Random64 rand(time_seed * thd_seed); in TEST_P()