Home
last modified time | relevance | path

Searched refs:exitVal (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.cpp289 DWORD exitVal = 0; in ExecCmd() local
290 if (!GetExitCodeProcess(procInfo.hProcess, &exitVal)) in ExecCmd()
292 exitVal = 1; in ExecCmd()
298 rvalue = exitVal; in ExecCmd()