Searched refs:stopProcess (Results 1 – 6 of 6) sorted by relevance
44 void stopProcess (void);
606 void Process::stopProcess (bool kill) in stopProcess() function in xs::win32::Process619 stopProcess(false); in terminate()624 stopProcess(true); in kill()
156 void stopProcess (bool kill);
79 void TestDriver::stopProcess (void) in stopProcess() function in xs::TestDriver
301 getTestDriver()->stopProcess(); in processMessage()
778 static deBool stopProcess (deProcess* process, deBool kill) in stopProcess() function799 return stopProcess(process, DE_FALSE); in deProcess_terminate()804 return stopProcess(process, DE_TRUE); in deProcess_kill()