timingInfo.invokeTime)) {
actualCycleTime = timingInfo.invokeTime -
thread.startTime[thread.mixId];
}
CycleType cycleType = RunInfo.getInstance().driverConfig.
operations[thread.currentOperation].cycle.cycleType;
switch (cycleType) {
case CYCLETIME :
actualDelayTime = actualCycleTime; break;
case THINKTIME :