]> 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 0b446b3afacf888e41ae75200161b0a87609dfbd..d3983cf33f8222f19f337e4e734ac03f92a0fc41 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
  * Copyright (c) 1997-2015, International Business Machines Corporation and
@@ -34,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
@@ -47,10 +45,10 @@ public:
     void TestCollators(void);
     void TestString();
     void TestAnyTranslit();
-    void TestConditionVariables();
     void TestUnifiedCache();
     void TestBreakTranslit();
-
+    void TestIncDec();
+    void Test20104();
 };
 
 #endif