Searched defs:dwExitCode (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
H A Dthreading.c230 DWORD dwExitCode = 0; local
233 GetExitCodeThread(hThread, &dwExitCode);
238 if (dwExitCode == STILL_ACTIVE)
240 } while (dwExitCode == STILL_ACTIVE);

Completed in 73 milliseconds