HomeSort by relevance Sort by last modified time
    Searched defs:dwExitCode (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/io/disktest/
threading.c 230 DWORD dwExitCode = 0;
233 GetExitCodeThread(hThread, &dwExitCode);
238 if (dwExitCode == STILL_ACTIVE)
240 } while (dwExitCode == STILL_ACTIVE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwinbase.h 231 DWORD dwExitCode;
235 DWORD dwExitCode;

Completed in 659 milliseconds