Lines Matching defs:machines

165     SessionMachineVector machines;
213 (machines[rc - WAIT_OBJECT_0 - 1])->i_checkForDeath();
219 (machines[rc - WAIT_ABANDONED_0 - 1])->i_checkForDeath();
236 // get reference to the machines list in VirtualBox
239 // lock the machines list for reading
242 /* obtain a new set of opened machines */
244 machines.clear();
265 machines.push_back(sm);
275 /* obtain a new set of spawned machines */
308 // machines lock unwinds here
319 /* release sets of machines if any */
320 machines.clear();
371 /* figure out what's going on with machines */
385 AutoReadLock machineLock(machines[semId] COMMA_LOCKVAL_SRC_POS);
387 machines[semId]->name().raw()));
390 machines[semId]->i_checkForDeath();
414 AutoReadLock machineLock(machines[semId] COMMA_LOCKVAL_SRC_POS);
416 machines[i]->name().raw()));
419 machines[i]->i_checkForDeath();
441 // get reference to the machines list in VirtualBox
444 // lock the machines list for reading
453 /* obtain a new set of opened machines */
455 machines.clear();
476 machines.push_back(sm);
501 /* obtain a new set of spawned machines */
524 /* release sets of machines if any */
525 machines.clear();
575 // get reference to the machines list in VirtualBox
578 // lock the machines list for reading
583 /* obtain a new set of opened machines */
584 machines.clear();
592 machines.push_back(sm);
595 cnt = machines.size();
601 /* obtain a new set of spawned machines */
616 // machines lock unwinds here
621 update |= (machines[i])->i_checkForDeath();
688 /* release sets of machines if any */
689 machines.clear();
734 /** @todo this quite big effort for catching machines in spawning
744 // get reference to the machines list in VirtualBox
747 // lock the machines list for reading
752 /* obtain a new set of spawned machines */
768 // machines lock unwinds here
836 /* release sets of machines if any */
837 machines.clear();