CPPUNIT_TEST(RWQueue_mutex)
// TsigasCycleQueue
-#define CDSUNIT_DECLARE_TsigasCysleQueue( ITEM_TYPE ) \
+#define CDSUNIT_DECLARE_TsigasCycleQueue( ITEM_TYPE ) \
TEST_BOUNDED(TsigasCycleQueue_dyn, ITEM_TYPE) \
TEST_BOUNDED(TsigasCycleQueue_dyn_michaelAlloc, ITEM_TYPE) \
TEST_BOUNDED(TsigasCycleQueue_dyn_ic, ITEM_TYPE)
-#define CDSUNIT_TEST_TsigasCysleQueue \
+#define CDSUNIT_TEST_TsigasCycleQueue \
CPPUNIT_TEST(TsigasCycleQueue_dyn) \
CPPUNIT_TEST(TsigasCycleQueue_dyn_michaelAlloc) \
CPPUNIT_TEST(TsigasCycleQueue_dyn_ic)
CDSUNIT_DECLARE_FCDeque( SimpleValue )
CDSUNIT_DECLARE_SegmentedQueue( SimpleValue )
CDSUNIT_DECLARE_RWQueue( SimpleValue )
- CDSUNIT_DECLARE_TsigasCysleQueue( SimpleValue )
+ CDSUNIT_DECLARE_TsigasCycleQueue( SimpleValue )
CDSUNIT_DECLARE_VyukovMPMCCycleQueue( SimpleValue )
CDSUNIT_DECLARE_StdQueue( SimpleValue )
CDSUNIT_TEST_FCDeque
CDSUNIT_TEST_SegmentedQueue
CDSUNIT_TEST_RWQueue
- CDSUNIT_TEST_TsigasCysleQueue
+ CDSUNIT_TEST_TsigasCycleQueue
CDSUNIT_TEST_VyukovMPMCCycleQueue
CDSUNIT_TEST_StdQueue
CPPUNIT_TEST_SUITE_END();
CDSUNIT_DECLARE_FCDeque( SimpleValue )
CDSUNIT_DECLARE_SegmentedQueue( SimpleValue )
CDSUNIT_DECLARE_RWQueue( SimpleValue )
- CDSUNIT_DECLARE_TsigasCysleQueue( SimpleValue )
+ CDSUNIT_DECLARE_TsigasCycleQueue( SimpleValue )
CDSUNIT_DECLARE_VyukovMPMCCycleQueue( SimpleValue )
CDSUNIT_DECLARE_StdQueue( SimpleValue )
CDSUNIT_TEST_FCDeque
CDSUNIT_TEST_SegmentedQueue
CDSUNIT_TEST_RWQueue
- CDSUNIT_TEST_TsigasCysleQueue
+ CDSUNIT_TEST_TsigasCycleQueue
CDSUNIT_TEST_VyukovMPMCCycleQueue
CDSUNIT_TEST_StdQueue
CPPUNIT_TEST_SUITE_END();
CDSUNIT_DECLARE_FCDeque( SimpleValue )
CDSUNIT_DECLARE_SegmentedQueue( SimpleValue )
CDSUNIT_DECLARE_RWQueue( SimpleValue )
- CDSUNIT_DECLARE_TsigasCysleQueue( SimpleValue )
+ CDSUNIT_DECLARE_TsigasCycleQueue( SimpleValue )
CDSUNIT_DECLARE_VyukovMPMCCycleQueue( SimpleValue )
CDSUNIT_DECLARE_StdQueue( SimpleValue )
CDSUNIT_TEST_FCDeque
CDSUNIT_TEST_SegmentedQueue
CDSUNIT_TEST_RWQueue
- CDSUNIT_TEST_TsigasCysleQueue
+ CDSUNIT_TEST_TsigasCycleQueue
CDSUNIT_TEST_VyukovMPMCCycleQueue
CDSUNIT_TEST_StdQueue
CPPUNIT_TEST_SUITE_END();
CDSUNIT_DECLARE_FCDeque( Value )
CDSUNIT_DECLARE_SegmentedQueue( Value )
CDSUNIT_DECLARE_RWQueue( Value )
- CDSUNIT_DECLARE_TsigasCysleQueue( Value )
+ CDSUNIT_DECLARE_TsigasCycleQueue( Value )
CDSUNIT_DECLARE_VyukovMPMCCycleQueue( Value )
CDSUNIT_DECLARE_StdQueue( Value )
CDSUNIT_TEST_FCDeque
CDSUNIT_TEST_SegmentedQueue
CDSUNIT_TEST_RWQueue
- CDSUNIT_TEST_TsigasCysleQueue
+ CDSUNIT_TEST_TsigasCycleQueue
CDSUNIT_TEST_VyukovMPMCCycleQueue
CDSUNIT_TEST_StdQueue
CPPUNIT_TEST_SUITE_END();