//$$CDS-header$$
-#ifndef __CDSTEST_HDR_CUCKOO_MAP_H
-#define __CDSTEST_HDR_CUCKOO_MAP_H
+#ifndef CDSTEST_HDR_CUCKOO_MAP_H
+#define CDSTEST_HDR_CUCKOO_MAP_H
#include "size_check.h"
#include "cppunit/cppunit_proxy.h"
};
} // namespace map
-#endif // #ifndef __CDSTEST_HDR_CUCKOO_MAP_H
+#endif // #ifndef CDSTEST_HDR_CUCKOO_MAP_H
//$$CDS-header$$
-#ifndef __CDSTEST_HDR_MAP_H
-#define __CDSTEST_HDR_MAP_H
+#ifndef CDSTEST_HDR_MAP_H
+#define CDSTEST_HDR_MAP_H
#include "size_check.h"
#include "cppunit/cppunit_proxy.h"
};
} // namespace map
-#endif // #ifndef __CDSTEST_HDR_MAP_H
+#endif // #ifndef CDSTEST_HDR_MAP_H
//$$CDS-header$$
-#ifndef __CDSTEST_HDR_SKIPLIST_MAP_H
-#define __CDSTEST_HDR_SKIPLIST_MAP_H
+#ifndef CDSTEST_HDR_SKIPLIST_MAP_H
+#define CDSTEST_HDR_SKIPLIST_MAP_H
#include "map/hdr_map.h"
} // namespace map
-#endif // #ifndef __CDSTEST_HDR_SKIPLIST_MAP_H
+#endif // #ifndef CDSTEST_HDR_SKIPLIST_MAP_H
//$$CDS-header$$
-#ifndef __CDSTEST_HDR_SKIPLIST_MAP_RCU_H
-#define __CDSTEST_HDR_SKIPLIST_MAP_RCU_H
+#ifndef CDSTEST_HDR_SKIPLIST_MAP_RCU_H
+#define CDSTEST_HDR_SKIPLIST_MAP_RCU_H
#include "map/hdr_map.h"
} // namespace map
-#endif // #ifndef __CDSTEST_HDR_SKIPLIST_MAP_RCU_H
+#endif // #ifndef CDSTEST_HDR_SKIPLIST_MAP_RCU_H
//$$CDS-header$$
-#ifndef __CDSTEST_HDR_STRIPED_MAP_H
-#define __CDSTEST_HDR_STRIPED_MAP_H
+#ifndef CDSTEST_HDR_STRIPED_MAP_H
+#define CDSTEST_HDR_STRIPED_MAP_H
#include "size_check.h"
#include "cppunit/cppunit_proxy.h"
};
} // namespace map
-#endif // #ifndef __CDSTEST_HDR_STRIPED_MAP_H
+#endif // #ifndef CDSTEST_HDR_STRIPED_MAP_H
//$$CDS-header$$
-#ifndef __CDS_TESTHDR_MAP_PRINT_SKIPLIST_STAT_H
-#define __CDS_TESTHDR_MAP_PRINT_SKIPLIST_STAT_H
+#ifndef CDSTEST_HDR_MAP_PRINT_SKIPLIST_STAT_H
+#define CDSTEST_HDR_MAP_PRINT_SKIPLIST_STAT_H
#include "unit/print_skip_list_stat.h"
} // namespace misc
-#endif // #ifndef __CDS_TESTHDR_MAP_PRINT_SKIPLIST_STAT_H
+#endif // #ifndef CDSTEST_HDR_MAP_PRINT_SKIPLIST_STAT_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_INTRUSIVE_LAZY_H
+#define CDSTEST_HDR_INTRUSIVE_LAZY_H
+
#include "cppunit/cppunit_proxy.h"
#include <cds/intrusive/details/lazy_list_base.h>
CPPUNIT_TEST_SUITE_END()
};
} // namespace ordlist
+
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_LAZY_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_INTRUSIVE_MICHAEL_H
+#define CDSTEST_HDR_INTRUSIVE_MICHAEL_H
+
#include "cppunit/cppunit_proxy.h"
#include <cds/intrusive/details/michael_list_base.h>
CPPUNIT_TEST_SUITE_END()
};
} // namespace ordlist
+
+#endif // CDSTEST_HDR_INTRUSIVE_MICHAEL_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_LAZY_H
+#define CDSTEST_HDR_LAZY_H
+
#include "cppunit/cppunit_proxy.h"
#include <cds/container/details/lazy_list_base.h>
};
} // namespace ordlist
+
+#endif // #ifndef CDSTEST_HDR_LAZY_H
\ No newline at end of file
//$$CDS-header$$
+#ifndef CDSTEST_HDR_LAZY_KV_H
+#define CDSTEST_HDR_LAZY_KV_H
+
#include "cppunit/cppunit_proxy.h"
#include <cds/container/details/lazy_list_base.h>
};
} // namespace ordlist
+
+#endif // #ifndef CDSTEST_HDR_LAZY_KV_H
\ No newline at end of file
//$$CDS-header$$
+#ifndef CDSTEST_HDR_MICHAEL_H
+#define CDSTEST_HDR_MICHAEL_H
+
#include "cppunit/cppunit_proxy.h"
#include <cds/container/details/michael_list_base.h>
};
} // namespace ordlist
+
+#endif // #ifndef CDSTEST_HDR_MICHAEL_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_MICHAEL_KV_H
+#define CDSTEST_HDR_MICHAEL_KV_H
+
#include "cppunit/cppunit_proxy.h"
#include <cds/container/details/michael_list_base.h>
};
} // namespace ordlist
+
+#endif // #ifndef CDSTEST_HDR_MICHAEL_KV_H
//$$CDS-header$$
-#ifndef CDSHDRTEST_INTRUSIVE_PQUEUE_H
-#define CDSHDRTEST_INTRUSIVE_PQUEUE_H
+#ifndef CDSTEST_HDR_INTRUSIVE_PQUEUE_H
+#define CDSTEST_HDR_INTRUSIVE_PQUEUE_H
#include "cppunit/cppunit_proxy.h"
#include "size_check.h"
} // namespace priority_queue
-#endif // #ifndef CDSHDRTEST_INTRUSIVE_PQUEUE_H
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_PQUEUE_H
//$$CDS-header$$
-#ifndef CDSHDRTEST_PQUEUE_H
-#define CDSHDRTEST_PQUEUE_H
+#ifndef CDSTEST_HDR_PQUEUE_H
+#define CDSTEST_HDR_PQUEUE_H
#include "cppunit/cppunit_proxy.h"
#include "size_check.h"
};
}
-#endif // #ifndef CDSHDRTEST_PQUEUE_H
+#endif // #ifndef CDSTEST_HDR_PQUEUE_H
//$$CDS-header$$
-#ifndef __CDSUNIT_HDR_FCQUEUE_H
-#define __CDSUNIT_HDR_FCQUEUE_H
+#ifndef CDSTEST_HDR_FCQUEUE_H
+#define CDSTEST_HDR_FCQUEUE_H
#include "cppunit/cppunit_proxy.h"
#include <cds/details/defs.h>
};
} // namespace queue
-#endif // #ifndef __CDSUNIT_HDR_FCQUEUE_H
+#endif // #ifndef CDSTEST_HDR_FCQUEUE_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_INTRSUSIVE_MSQUEUE_H
+#define CDSTEST_HDR_INTRSUSIVE_MSQUEUE_H
+
#include "cppunit/cppunit_proxy.h"
#include <cds/intrusive/details/base.h>
CPPUNIT_TEST_SUITE_END()
};
} // namespace queue
+
+#endif // #ifndef CDSTEST_HDR_INTRSUSIVE_MSQUEUE_H
//$$CDS-header$$
-#ifndef __CDSHDR_QUEUE_INTRUSIVE_SEGMENTED_QUEUE_H
-#define __CDSHDR_QUEUE_INTRUSIVE_SEGMENTED_QUEUE_H
+#ifndef CDSTEST_HDR_INTRUSIVE_SEGMENTED_QUEUE_H
+#define CDSTEST_HDR_INTRUSIVE_SEGMENTED_QUEUE_H
#include "cppunit/cppunit_proxy.h"
#include <cds/intrusive/details/base.h>
} // namespace queue
-#endif // __CDSHDR_QUEUE_INTRUSIVE_SEGMENTED_QUEUE_H
+#endif // CDSTEST_HDR_INTRUSIVE_SEGMENTED_QUEUE_H
//$$CDS-header$$
-#ifndef __CDSUNIT_QUEUE_HDR_H
-#define __CDSUNIT_QUEUE_HDR_H
+#ifndef CDSTEST_HDR_QUEUE_H
+#define CDSTEST_HDR_QUEUE_H
#include "cppunit/cppunit_proxy.h"
#include <cds/details/defs.h>
};
} // namespace queue
-#endif // #ifndef __CDSUNIT_QUEUE_HDR_H
+#endif // #ifndef CDSTEST_HDR_QUEUE_H
//$$CDS-header$$
-#ifndef __CDSHDR_QUEUE_SEGMENTED_QUEUE_H
-#define __CDSHDR_QUEUE_SEGMENTED_QUEUE_H
+#ifndef CDSTEST_HDR_QUEUE_SEGMENTED_QUEUE_H
+#define CDSTEST_HDR_QUEUE_SEGMENTED_QUEUE_H
#include "cppunit/cppunit_proxy.h"
#include <cds/intrusive/details/base.h>
CPPUNIT_TEST( SegmQueue_DHP_mutex_cacheline_padding )
CPPUNIT_TEST( SegmQueue_DHP_shuffle_cacheline_padding )
CPPUNIT_TEST( SegmQueue_DHP_stat_cacheline_padding )
- CPPUNIT_TEST_SUITE_END()
+ CPPUNIT_TEST_SUITE_END()
};
} // namespace queue
-#endif //#ifndef __CDSHDR_QUEUE_SEGMENTED_QUEUE_H
+#endif //#ifndef CDSTEST_HDR_QUEUE_SEGMENTED_QUEUE_H
//$$CDS-header$$
-#ifndef __CDSTEST_HDR_CUCKOO_SET_H
-#define __CDSTEST_HDR_CUCKOO_SET_H
+#ifndef CDSTEST_HDR_CUCKOO_SET_H
+#define CDSTEST_HDR_CUCKOO_SET_H
#include "cppunit/cppunit_proxy.h"
#include "size_check.h"
} // namespace set
-#endif // #ifndef __CDSTEST_HDR_CUCKOO_SET_H
+#endif // #ifndef CDSTEST_HDR_CUCKOO_SET_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_INTRUSIVE_CUCKOO_SET_H
+#define CDSTEST_HDR_INTRUSIVE_CUCKOO_SET_H
+
#include "cppunit/cppunit_proxy.h"
#include <cds/opt/hash.h>
CPPUNIT_TEST_SUITE_END()
};
} // namespace set
+
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_CUCKOO_SET_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_INTRUSIVE_SET_H
+#define CDSTEST_HDR_INTRUSIVE_SET_H
+
#include "cppunit/cppunit_proxy.h"
#include "size_check.h"
};
} // namespace set
+
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_SET_H
\ No newline at end of file
//$$CDS-header$$
+#ifndef CDSTEST_HDR_INTRUSIVE_SKIPLIST_SET_H
+#define CDSTEST_HDR_INTRUSIVE_SKIPLIST_SET_H
+
#include "set/hdr_intrusive_set.h"
namespace set {
CPPUNIT_TEST_SUITE_END()
};
} // namespace set
+
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_SKIPLIST_SET_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_INTRUSIVE_SKIPLIST_SET_RCU_H
+#define CDSTEST_HDR_INTRUSIVE_SKIPLIST_SET_RCU_H
+
#include "set/hdr_intrusive_set.h"
namespace set {
CPPUNIT_TEST_SUITE_END()
};
} // namespace set
+
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_SKIPLIST_SET_RCU_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_INTRUSIVE_STRIPED_SET_H
+#define CDSTEST_HDR_INTRUSIVE_STRIPED_SET_H
+
#include "cppunit/cppunit_proxy.h"
#include <cds/opt/hash.h>
CPPUNIT_TEST_SUITE_END()
};
} // namespace set
+
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_STRIPED_SET_H
//$$CDS-header$$
-#ifndef __CDSTEST_HDR_SET_H
-#define __CDSTEST_HDR_SET_H
+#ifndef CDSTEST_HDR_SET_H
+#define CDSTEST_HDR_SET_H
#include "cppunit/cppunit_proxy.h"
#include "size_check.h"
} // namespace set
-#endif // __CDSTEST_HDR_SET_H
+#endif // CDSTEST_HDR_SET_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_SKIPLIST_SET_H
+#define CDSTEST_HDR_SKIPLIST_SET_H
+
#include "set/hdr_set.h"
namespace set {
};
}
+
+#endif // #ifndef CDSTEST_HDR_SKIPLIST_SET_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_SKIPLIST_SET_RCU_H
+#define CDSTEST_HDR_SKIPLIST_SET_RCU_H
+
#include "set/hdr_set.h"
namespace set {
};
}
+
+#endif // #ifndef CDSTEST_HDR_SKIPLIST_SET_RCU_H
//$$CDS-header$$
-#ifndef __CDSTEST_HDR_STRIPED_SET_H
-#define __CDSTEST_HDR_STRIPED_SET_H
+#ifndef CDSTEST_HDR_STRIPED_SET_H
+#define CDSTEST_HDR_STRIPED_SET_H
#include "cppunit/cppunit_proxy.h"
#include "size_check.h"
};
} // namespace set
-#endif // #ifndef __CDSTEST_HDR_STRIPED_SET_H
+#endif // #ifndef CDSTEST_HDR_STRIPED_SET_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_INTRUSIVE_CUCKOO_SET_COMMON_H
+#define CDSTEST_HDR_INTRUSIVE_CUCKOO_SET_COMMON_H
+
namespace set {
namespace {
}
} // namespace set
+
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_CUCKOO_SET_COMMON_H
//$$CDS-header$$
-#ifndef __CDSTEST_SIZE_CHECK_H
-#define __CDSTEST_SIZE_CHECK_H
+#ifndef CDSTEST_SIZE_CHECK_H
+#define CDSTEST_SIZE_CHECK_H
#include <cds/algo/atomic.h>
} // namespace misc
-#endif // #ifndef __CDSTEST_SIZE_CHECK_H
+#endif // #ifndef CDSTEST_SIZE_CHECK_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_INTRUSIVE_TREIBER_STACK_H
+#define CDSTEST_HDR_INTRUSIVE_TREIBER_STACK_H
+
#include "cppunit/cppunit_proxy.h"
#include <cds/intrusive/details/single_link_struct.h>
};
} // namespace stack
+
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_TREIBER_STACK_H
//$$CDS-header$$
+#ifndef CDSTEST_HDR_TREIBER_STACK_H
+#define CDSTEST_HDR_TREIBER_STACK_H
+
#include "cppunit/cppunit_proxy.h"
namespace stack {
};
} // namespace stack
+#endif // #ifndef CDSTEST_HDR_TREIBER_STACK_H
//$$CDS-header$$
-#ifndef CDSHDRTEST_ELLENBINTREE_MAP_H
-#define CDSHDRTEST_ELLENBINTREE_MAP_H
+#ifndef CDSTEST_HDR_ELLENBINTREE_MAP_H
+#define CDSTEST_HDR_ELLENBINTREE_MAP_H
#include "cppunit/cppunit_proxy.h"
#include "size_check.h"
};
} // namespace tree
-#endif // #ifndef CDSHDRTEST_ELLENBINTREE_MAP_H
+#endif // #ifndef CDSTEST_HDR_ELLENBINTREE_MAP_H
//$$CDS-header$$
-#ifndef CDSHDRTEST_ELLENBINTREE_SET_H
-#define CDSHDRTEST_ELLENBINTREE_SET_H
+#ifndef CDSTEST_HDR_ELLENBINTREE_SET_H
+#define CDSTEST_HDR_ELLENBINTREE_SET_H
#include "cppunit/cppunit_proxy.h"
#include "size_check.h"
};
} // namespace tree
-#endif // #ifndef CDSHDRTEST_ELLENBINTREE_SET_H
+#endif // #ifndef CDSTEST_HDR_ELLENBINTREE_SET_H
//$$CDS-header$$
-#ifndef CDSHDRTEST_INTRUSIVE_BINTREE_H
-#define CDSHDRTEST_INTRUSIVE_BINTREE_H
+#ifndef CDSTEST_HDR_INTRUSIVE_BINTREE_H
+#define CDSTEST_HDR_INTRUSIVE_BINTREE_H
#include "cppunit/cppunit_proxy.h"
#include "size_check.h"
};
} // namespace tree
-#endif // #ifndef CDSHDRTEST_INTRUSIVE_BINTREE_H
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_BINTREE_H
//$$CDS-header$$
-#ifndef CDSHDRTEST_INTRUSIVE_ELLEN_BINTREE_POOL_DHP_H
-#define CDSHDRTEST_INTRUSIVE_ELLEN_BINTREE_POOL_DHP_H
+#ifndef CDSTEST_HDR_INTRUSIVE_ELLEN_BINTREE_POOL_DHP_H
+#define CDSTEST_HDR_INTRUSIVE_ELLEN_BINTREE_POOL_DHP_H
#include "tree/hdr_intrusive_bintree.h"
#include <cds/intrusive/ellen_bintree_dhp.h>
} // namespace tree
-#endif // #ifndef CDSHDRTEST_INTRUSIVE_ELLEN_BINTREE_POOL_DHP_H
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_ELLEN_BINTREE_POOL_DHP_H
//$$CDS-header$$
-#ifndef CDSHDRTEST_INTRUSIVE_ELLEN_BINTREE_POOL_HP_H
-#define CDSHDRTEST_INTRUSIVE_ELLEN_BINTREE_POOL_HP_H
+#ifndef CDSTEST_HDR_INTRUSIVE_ELLEN_BINTREE_POOL_HP_H
+#define CDSTEST_HDR_INTRUSIVE_ELLEN_BINTREE_POOL_HP_H
#include "tree/hdr_intrusive_bintree.h"
#include <cds/intrusive/ellen_bintree_hp.h>
} // namespace tree
-#endif // #ifndef CDSHDRTEST_INTRUSIVE_ELLEN_BINTREE_POOL_HP_H
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_ELLEN_BINTREE_POOL_HP_H
//$$CDS-header$$
-#ifndef CDSHDRTEST_INTRUSIVE_ELLEN_BINTREE_POOL_RCU_H
-#define CDSHDRTEST_INTRUSIVE_ELLEN_BINTREE_POOL_RCU_H
+#ifndef CDSTEST_HDR_INTRUSIVE_ELLEN_BINTREE_POOL_RCU_H
+#define CDSTEST_HDR_INTRUSIVE_ELLEN_BINTREE_POOL_RCU_H
#include "tree/hdr_intrusive_bintree.h"
#include <cds/urcu/general_instant.h>
} // namespace tree
-#endif // #ifndef CDSHDRTEST_INTRUSIVE_ELLEN_BINTREE_POOL_RCU_H
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_ELLEN_BINTREE_POOL_RCU_H