]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tsmthred.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / tsmthred.h
index 6ed24d7635c9ebe104a44ba3a3ac78dbb67e8513..d3983cf33f8222f19f337e4e734ac03f92a0fc41 100644 (file)
@@ -36,10 +36,6 @@ public:
      **/
     void TestArabicShapingThreads(void);
        
-    /**
-     * test that mutexes work 
-     **/
-    void TestMutex(void);
 #if !UCONFIG_NO_FORMATTING
     /**
      * test that intl functions work in a multithreaded context
@@ -49,10 +45,10 @@ public:
     void TestCollators(void);
     void TestString();
     void TestAnyTranslit();
-    void TestConditionVariables();
     void TestUnifiedCache();
     void TestBreakTranslit();
-
+    void TestIncDec();
+    void Test20104();
 };
 
 #endif