Implements Impala::Process::Manager. Definition at line 246 of file Manager4Posix.h. References IsRunning(). Referenced by Remove(), and ~Manager4Posix(). 00247 { 00248 if (IsRunning(pid)) 00249 kill(pid,SIGTERM); 00250 }
Here is the call graph for this function:
|