TestThreadInterprocess.h 455 B

1234567891011121314151617
  1. ///////////////////////////////////////////////////////////////////////////////
  2. // Copyright (c) Electronic Arts Inc. All rights reserved.
  3. ///////////////////////////////////////////////////////////////////////////////
  4. #ifndef TESTTHREADINTERPROCESS_H
  5. #define TESTTHREADINTERPROCESS_H
  6. extern unsigned int gTestThreadCount;
  7. extern unsigned int gTestLengthSeconds;
  8. // Individual test functions
  9. int TestThreadRWMutex();
  10. #endif // Header include guard