Searched refs:retry_threshold_read (Results 1 – 1 of 1) sorted by relevance
32 static constexpr int retry_threshold_read = 10; member140 } while((abort_code & speculation_retry) != 0 && (num_retries < retry_threshold_read)); in acquire_reader()