Lines Matching defs:update
36 /** Table for adaptive timeouts. After an update the counter starts at the
56 update();
115 void VirtualBox::ClientWatcher::update()
119 /* sent an update request */
137 * followed by a call to update() to cause the necessary actions immediately,
203 bool update = false;
207 /* update event is signaled */
208 update = true;
214 update = true;
220 update = true;
227 update = true;
230 if (update)
354 bool update = false;
359 /* update event is signaled */
360 update = true;
392 update = true;
423 update = true;
439 if (update || updateSpawned)
447 if (update)
530 bool update = false;
571 if (RT_SUCCESS(rc) || update || updateSpawned)
573 /* RT_SUCCESS(rc) means an update event is signaled */
581 if (RT_SUCCESS(rc) || update)
619 update = false;
621 update |= (machines[i])->i_checkForDeath();
742 /* RT_SUCCESS(rc) means an update event is signaled */