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

/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp348 ProcessWaitResult_T waitRes; local
358 30 * 1000 /* Timeout */, waitRes, &guestRc);
360 || ( waitRes != ProcessWaitResult_StdIn
361 && waitRes != ProcessWaitResult_WaitFlagNotSupported))
368 if (waitRes == ProcessWaitResult_WaitFlagNotSupported)
502 30 * 1000 /* Timeout */, waitRes, &guestRc);
504 || waitRes != ProcessWaitResult_Terminate)
516 mSource.c_str(), waitRes));
670 ProcessWaitResult_T waitRes; local
680 30 * 1000 /* Timeout */, waitRes,
[all...]
H A DGuestProcessImpl.cpp2177 ProcessWaitResult_T waitRes; local
2184 waitRes, &guestRc);
2188 switch (waitRes)
2230 AssertMsgFailed(("Unhandled process wait result %RU32\n", waitRes));
2301 LogFlowThisFunc(("Loop ended with rc=%Rrc, guestRc=%Rrc, waitRes=%RU32\n",
2302 vrc, guestRc, waitRes));

Completed in 105 milliseconds