500501502503504505506507508509510
* Waiting for status to resolve. To do this, lock, unlock and * then retry. */ if (status.wwLock(SHORT_TIMEOUT)) { tc = status.getTc(); status.wwUnlock(); } } } return commitTimestamp; }
864865866867868869870871872873874
} else { return 0; } } finally { target.wwUnlock(); } } else { if (timeout == 0) { return TIMED_OUT; }