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

/vbox/src/VBox/Main/src-server/
H A DClientToken.cpp222 bool terminated = false; local
229 terminated = true;
235 terminated = true;
241 /* the semaphore is signaled, meaning the session is terminated */
242 terminated = true;
254 terminated = true;
258 return terminated;
H A DMachineImpl.cpp832 * terminated while there were clients running that owned open direct
3670 * been terminated */
7820 * terminated and @c false if it's still alive.
7869 tr("The virtual machine '%s' has terminated unexpectedly during startup with exit code %d (%#x)%s"),
7873 tr("The virtual machine '%s' has terminated unexpectedly during startup because of signal %d%s"),
7877 tr("The virtual machine '%s' has terminated abnormally (iStatus=%#x)%s"),
7881 tr("The virtual machine '%s' has terminated unexpectedly during startup (%Rrc)%s"),
13578 * mutex (i.e. the client has either died or terminated normally) so it always
13579 * returns @c true (the client is terminated, the session machine is
13583 * terminated normall
13591 bool terminated = false; local
[all...]

Completed in 59 milliseconds