Searched refs:current_transaction (Results 1 – 1 of 1) sorted by relevance
267 current_transaction: Option<DArc<Transaction>>, field296 current_transaction: None, in new()351 let transaction = self.current_transaction.take().ok_or(EINVAL)?; in pop_transaction_to_reply()353 self.current_transaction = Some(transaction); in pop_transaction_to_reply()357 self.current_transaction = transaction.find_from(thread).cloned(); in pop_transaction_to_reply()362 match self.current_transaction.take() { in pop_transaction_replied()366 self.current_transaction = Some(old); in pop_transaction_replied()369 self.current_transaction = old.clone_next(); in pop_transaction_replied()403 self.current_transaction.is_none() && !self.process_work_list && self.is_looper() in should_use_process_work_queue()468 if print_all || inner.current_transaction.is_some() || !inner.work_list.is_empty() { in debug_print()[all …]