Searched refs:get_for_update (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/test_util/ |
| D | transaction_test_util.cc | 89 uint64_t ikey, bool get_for_update, uint64_t* int_value, in DBGet() argument 106 if (get_for_update) { in DBGet() 149 const bool get_for_update = txn ? rand_->OneIn(2) : false; in DoInsert() local 150 s = DBGet(db, txn, read_options_, set_i, rand_key, get_for_update, in DoInsert() 169 if (!get_for_update && (s.IsBusy() || s.IsTimedOut())) { in DoInsert()
|
| D | transaction_test_util.h | 76 uint16_t set_i, uint64_t ikey, bool get_for_update,
|