Searched refs:dwRetval (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/threadproc/win32/
H A Dproc.c1024 DWORD dwRetval = 0; local
1033 if (GetExitCodeProcess(hProcess, &dwRetval)) {
1034 if (dwRetval == STILL_ACTIVE) {
1047 *exitcode = dwRetval;
1049 *exitwhy = why_from_exit_code(dwRetval);
/macosx-10.9.5/apr-30/apr/apr/threadproc/win32/
H A Dproc.c1024 DWORD dwRetval = 0; local
1033 if (GetExitCodeProcess(hProcess, &dwRetval)) {
1034 if (dwRetval == STILL_ACTIVE) {
1047 *exitcode = dwRetval;
1049 *exitwhy = why_from_exit_code(dwRetval);

Completed in 179 milliseconds