Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
279 B

  1. #ifndef _LOCKTEST_H_INCLUDED_
  2. #define _LOCKTEST_H_INCLUDED_
  3. VOID DeadlockPositiveTest (
  4. PVOID NotUsed
  5. );
  6. VOID DeadlockNegativeTest (
  7. PVOID NotUsed
  8. );
  9. VOID DeadlockStressTest (
  10. PVOID NotUsed
  11. );
  12. #endif // #ifndef _LOCKTEST_H_INCLUDED_