| 1234567891011121314151617 |
- ///////////////////////////////////////////////////////////////////////////////
- // Copyright (c) Electronic Arts Inc. All rights reserved.
- ///////////////////////////////////////////////////////////////////////////////
- #ifndef TESTTHREADINTERPROCESS_H
- #define TESTTHREADINTERPROCESS_H
- extern unsigned int gTestThreadCount;
- extern unsigned int gTestLengthSeconds;
- // Individual test functions
- int TestThreadRWMutex();
- #endif // Header include guard
|