Lines Matching refs:mgrp

54     HANDLE_PANICKED_ENV(txn->mgrp);  in toku_txn_id64()
85 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_commit()
90 if (r_child !=0 && !toku_env_is_panicked(txn->mgrp)) { in toku_txn_commit()
91 env_panic(txn->mgrp, r_child, "Recursive child commit failed during parent commit.\n"); in toku_txn_commit()
94 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_commit()
118 if (r!=0 && !toku_env_is_panicked(txn->mgrp)) { in toku_txn_commit()
119 env_panic(txn->mgrp, r, "Error during commit.\n"); in toku_txn_commit()
122 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_commit()
126 TOKULOGGER logger = txn->mgrp->i->logger; in toku_txn_commit()
158 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_abort()
163 if (r_child !=0 && !toku_env_is_panicked(txn->mgrp)) { in toku_txn_abort()
164 env_panic(txn->mgrp, r_child, "Recursive child commit failed during parent abort.\n"); in toku_txn_abort()
167 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_abort()
177 if (r!=0 && !toku_env_is_panicked(txn->mgrp)) { in toku_txn_abort()
178 env_panic(txn->mgrp, r, "Error during abort.\n"); in toku_txn_abort()
180 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_abort()
198 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_xa_prepare()
214 if (r_child !=0 && !toku_env_is_panicked(txn->mgrp)) { in toku_txn_xa_prepare()
215 env_panic(txn->mgrp, r_child, "Recursive child commit failed during parent commit.\n"); in toku_txn_xa_prepare()
218 HANDLE_PANICKED_ENV(txn->mgrp); in toku_txn_xa_prepare()
227 logger = txn->mgrp->i->logger; in toku_txn_xa_prepare()
535 result->mgrp = env; in toku_txn_begin()
598 result->mgrp = env; in toku_keep_prepared_txn_callback()