Searched refs:kill_point (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/test_util/ |
| D | sync_point.h | 24 #define TEST_KILL_RANDOM(kill_point, rocksdb_kill_odds) argument 29 extern void TestKillRandom(std::string kill_point, int odds, 37 #define TEST_KILL_RANDOM(kill_point, rocksdb_kill_odds) \ argument 40 TestKillRandom(kill_point, rocksdb_kill_odds, __FILE__, __LINE__); \
|
| D | sync_point_impl.cc | 11 void TestKillRandom(std::string kill_point, int odds, in TestKillRandom() argument 14 if (kill_point.substr(0, p.length()) == p) { in TestKillRandom()
|