Home
last modified time | relevance | path

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

/rocksdb-6.9/test_util/
Dsync_point_impl.cc11 void TestKillRandom(std::string kill_point, int odds, in TestKillRandom() argument
19 assert(odds > 0); in TestKillRandom()
20 if (odds % 7 == 0) { in TestKillRandom()
23 odds++; in TestKillRandom()
26 bool crash = r->OneIn(odds); in TestKillRandom()
Dsync_point.h29 extern void TestKillRandom(std::string kill_point, int odds,