Implements Impala::Process::Manager. Definition at line 266 of file Manager4Posix.h. References ILOG_ERROR, IsRunning(), and mProcesses. 00267 { 00268 if (IsRunning(pid)) 00269 { 00270 ILOG_ERROR("Process is still running; exit code not available (yet)"); 00271 throw "process is still running"; 00272 } 00273 return mProcesses[pid].exitCode; 00274 }
Here is the call graph for this function:
|