Searched refs:systemcProcess (Results 1 – 1 of 1) sorted by relevance
352 if(systemcProcess != null && !systemcProcess.HasExited) in Dispose()359 if(!systemcProcess.WaitForExit(500)) { in Dispose()361 systemcProcess.Kill(); in Dispose()430 systemcProcess = new Process in StartSystemCProcess()439 systemcProcess.Start(); in StartSystemCProcess()737 private Process systemcProcess; field in Antmicro.Renode.Peripherals.SystemC.SystemCPeripheral