Searched refs:pop_transaction_to_reply (Results 1 – 1 of 1) sorted by relevance
350 fn pop_transaction_to_reply(&mut self, thread: &Thread) -> Result<DArc<Transaction>> { in pop_transaction_to_reply() method1111 inner.pop_transaction_to_reply(thread.as_ref()) in unwind_transaction_stack()1255 let orig = self.inner.lock().pop_transaction_to_reply(self)?; in reply_inner()