Lines Matching refs:terminated
832 * 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 normally or abnormally and the session machine was uninitialized,
13591 bool terminated = false;
13610 * either because the client process has abnormally terminated, or
13619 terminated = mClientToken->release();
13622 if (terminated)
13625 return terminated;