Source code of Windows XP (NT5)
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.

32 lines
532 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name :
  4. kLocks.cpp
  5. Abstract:
  6. A collection of kernel-mode locks for multithreaded access
  7. to data structures
  8. Author:
  9. George V. Reilly (GeorgeRe) 25-Oct-2000
  10. Environment:
  11. Win32 - Kernel Mode
  12. Project:
  13. Internet Information Server Http.sys
  14. Revision History:
  15. --*/
  16. #include "precomp.hxx"
  17. #define DLL_IMPLEMENTATION
  18. #define IMPLEMENTATION_EXPORT
  19. #include <kLKRhash.h>
  20. #include "../src/IrtlDbg.cpp"