Searched refs:runInstance (Results 1 – 2 of 2) sorted by relevance
59 runInstance(cfg, reporter, vmPool, i)77 func runInstance(cfg *mgrconfig.Config, reporter report.Reporter, vmPool *vm.Pool, index int) { func
375 crash, err := mgr.runInstance(idx)527 func (mgr *Manager) runInstance(index int) (*Crash, error) { func