Searched defs:updateSpawned (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DClientWatcher.cpp355 bool updateSpawned = false; local
361 updateSpawned = true;
434 updateSpawned |= (spawnedMachines[i])->
439 if (update || updateSpawned)
499 if (updateSpawned)
531 bool updateSpawned = false; local
571 if (RT_SUCCESS(rc) || update || updateSpawned)
599 if (RT_SUCCESS(rc) || updateSpawned)
623 updateSpawned = false;
625 updateSpawned |
694 bool updateSpawned = false; local
[all...]

Completed in 58 milliseconds