2 $Id: ConcurrencyTest1.h 301 2002-07-18 05:32:00Z tylerdauwalder $
4 This file defines a class for performing one test of BLocker
10 #ifndef ConcurrencyTest1_H
11 #define ConcurrencyTest1_H
14 #include "LockerTestCase.h"
17 class ConcurrencyTest1
:
18 public LockerTestCase
{
23 bool AcquireLock(int, bool);
26 ConcurrencyTest1(std::string
, bool);
27 virtual ~ConcurrencyTest1();
29 void TestThread(void);
30 static Test
*suite(void);