Home | History | Annotate | Download | only in jni

Lines Matching refs:mIsPending

164         mIsPending = false;
173 if (mIsPending) {
177 mIsPending = true;
193 return mIsPending;
198 if (mIsPending && steady_clock::now() >= mFirstTimeTxnCanBeCanceled) {
213 if (!mIsPending) {
224 bool mIsPending; // Is a transaction pending
232 mIsPending = false;