Common: Add a 'Flag' class that is used to encapsulate a boolean flag manipulated from several threads

This commit is contained in:
Pierre Bourdon
2014-04-14 00:26:23 +02:00
parent 1b9addd594
commit f9fb39d383
3 changed files with 109 additions and 0 deletions

View File

@ -2,4 +2,5 @@ add_dolphin_test(BitFieldTest BitFieldTest.cpp common)
add_dolphin_test(CommonFuncsTest CommonFuncsTest.cpp common)
add_dolphin_test(FifoQueueTest FifoQueueTest.cpp common)
add_dolphin_test(FixedSizeQueueTest FixedSizeQueueTest.cpp common)
add_dolphin_test(FlagTest FlagTest.cpp common)
add_dolphin_test(MathUtilTest MathUtilTest.cpp common)