Lines Matching refs:Transaction
33 transaction::Transaction,
259 current_transaction: Option<DArc<Transaction>>,
342 fn pop_transaction_to_reply(&mut self, thread: &Thread) -> Result<DArc<Transaction>> { in pop_transaction_to_reply() argument
353 fn pop_transaction_replied(&mut self, transaction: &DArc<Transaction>) -> bool { in pop_transaction_replied()
497 pub(crate) fn set_current_transaction(&self, transaction: DArc<Transaction>) { in set_current_transaction() argument
1101 reply: Result<DLArc<Transaction>, u32>, in deliver_reply() argument
1102 transaction: &DArc<Transaction>, in deliver_reply() argument
1116 reply: Result<DLArc<Transaction>, u32>, in deliver_single_reply() argument
1117 transaction: &DArc<Transaction>, in deliver_single_reply() argument
1147 fn is_current_transaction(&self, transaction: &DArc<Transaction>) -> bool { in is_current_transaction()
1158 fn top_of_transaction_stack(&self) -> Result<Option<DArc<Transaction>>> { in top_of_transaction_stack() argument
1201 let transaction = Transaction::new(node_ref, top, self, tr)?; in transaction_inner()
1241 let reply = Transaction::new_reply(self, process, tr, allow_fds)?; in reply_inner()
1268 let transaction = Transaction::new(node_ref, None, self, tr)?; in oneway_transaction_inner()