Refactors lock test cases backoff values
[libcds.git] / test / stress / misc / backoff.cpp
1 #include "common.h"
2 #include <atomic>
3 #include <cds/gc/dhp.h>
4 #include <cds/gc/hp.h>
5 #include <cds/misc/backoff.h>
6 #include <cds_test/stress_test.h>
7 #include <iostream>
8 #include <memory>
9
10 namespace cds_others {
11
12 size_t BackoffTraits::lower_bound = 16;
13 size_t BackoffTraits::upper_bound = 1024;
14
15 } // namespace cds_others