]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/tsmutex.h
1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
15 * Tests Mutex and MutexImplementation functionality using
16 * a custom MutexImplementation test class, simulating the behaviour
19 class MutexTest
: public IntlTest
{
24 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
27 * test the Mutex functionality and API using subroutine TestLock
31 * subroutine for TestMutex
35 /* Was the global mutex initialized. */
36 static UBool gMutexInitialized
;