Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc5316 uint64_t time_seed = env->NowMicros(); in TEST_P() local
5317 printf("time_seed is %" PRIu64 "\n", time_seed); // would help to reproduce in TEST_P()
5321 Random64 rand(time_seed * thd_seed); in TEST_P()
5328 Random64 rand(time_seed * thd_seed); in TEST_P()
5338 Random64 rand(time_seed * thd_seed); in TEST_P()
5349 Random64 rand(time_seed * thd_seed); in TEST_P()