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.

9 lines
305 B

  1. #include "stdinc.h"
  2. BOOL InitializeCsrssStress(PCWSTR pcwszTargetDirectory, DWORD dwFlags);
  3. BOOL RequestCsrssStressShutdown();
  4. BOOL WaitForCsrssStressShutdown();
  5. BOOL CsrssStressStartThreads(ULONG &rulThreadsCreated);
  6. BOOL CleanupCsrssTests();
  7. #define CSRSSTEST_FLAG_START_THREADS (0x00000001)