Searched refs:num_locks (Results 1 – 2 of 2) sorted by relevance
153 long num_locks = static_cast<long>(max_key_ >> log2_keys_per_lock_); in SharedState() local155 num_locks++; in SharedState()157 fprintf(stdout, "Creating %ld locks\n", num_locks * FLAGS_column_families); in SharedState()161 key_locks_[i].resize(num_locks); in SharedState()
42 DEFINE_uint64(num_locks, 10001, "number of locks");