Home
last modified time | relevance | path

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

/rocksdb-6.9/test_util/
Dsync_point.h29 extern void TestKillRandom(std::string kill_point, int odds,
40 TestKillRandom(kill_point, rocksdb_kill_odds, __FILE__, __LINE__); \
Dsync_point_impl.cc11 void TestKillRandom(std::string kill_point, int odds, in TestKillRandom() function