HomeSort by: relevance | last modified time | path
    Searched defs:termstat (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
pex-win32.c 926 DWORD termstat; local
944 GetExitCodeProcess (h, &termstat);
950 if (termstat == 3)
953 *status = (termstat & 0xff) << 8;
  /src/external/gpl3/binutils.old/dist/libiberty/
pex-win32.c 926 DWORD termstat; local
944 GetExitCodeProcess (h, &termstat);
950 if (termstat == 3)
953 *status = (termstat & 0xff) << 8;
  /src/external/gpl3/gcc.old/dist/libiberty/
pex-win32.c 905 DWORD termstat; local
923 GetExitCodeProcess (h, &termstat);
929 if (termstat == 3)
932 *status = (termstat & 0xff) << 8;
  /src/external/gpl3/gcc/dist/libiberty/
pex-win32.c 926 DWORD termstat; local
944 GetExitCodeProcess (h, &termstat);
950 if (termstat == 3)
953 *status = (termstat & 0xff) << 8;
  /src/external/gpl3/gdb/dist/libiberty/
pex-win32.c 926 DWORD termstat; local
944 GetExitCodeProcess (h, &termstat);
950 if (termstat == 3)
953 *status = (termstat & 0xff) << 8;
  /src/external/gpl3/gdb.old/dist/libiberty/
pex-win32.c 926 DWORD termstat; local
944 GetExitCodeProcess (h, &termstat);
950 if (termstat == 3)
953 *status = (termstat & 0xff) << 8;

Completed in 28 milliseconds