Searched refs:postponeIndex (Results 1 – 1 of 1) sorted by relevance
2207 int postponeIndex = endIndex; in executeOpsTogether() local2211 postponeIndex = postponePostponableTransactions(records, isRecordPop, in executeOpsTogether()2216 if (postponeIndex != startIndex && allowReordering) { in executeOpsTogether()2219 postponeIndex, true); in executeOpsTogether()2271 int postponeIndex = endIndex; in postponePostponableTransactions() local2294 postponeIndex--; in postponePostponableTransactions()2295 if (i != postponeIndex) { in postponePostponableTransactions()2297 records.add(postponeIndex, record); in postponePostponableTransactions()2304 return postponeIndex; in postponePostponableTransactions()