]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/tsmthred.h
1 /********************************************************************
3 * Copyright (c) 1997-2004, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
8 #ifndef MULTITHREADTEST_H
9 #define MULTITHREADTEST_H
17 * Tests actual threading
19 class MultithreadTest
: public IntlTest
23 virtual ~MultithreadTest();
25 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
28 * test that threads even work
30 void TestThreads(void);
32 * test that mutexes work
35 #if !UCONFIG_NO_FORMATTING
37 * test that intl functions work in a multithreaded context
39 void TestThreadedIntl(void);
41 void TestCollators(void);