Searched refs:current_transaction (Results 1 – 1 of 1) sorted by relevance
259 current_transaction: Option<DArc<Transaction>>, field288 current_transaction: None, in new()343 let transaction = self.current_transaction.take().ok_or(EINVAL)?; in pop_transaction_to_reply()345 self.current_transaction = Some(transaction); in pop_transaction_to_reply()349 self.current_transaction = transaction.find_from(thread).cloned(); in pop_transaction_to_reply()354 match self.current_transaction.take() { in pop_transaction_replied()358 self.current_transaction = Some(old); in pop_transaction_replied()361 self.current_transaction = old.clone_next(); in pop_transaction_replied()395 self.current_transaction.is_none() && !self.process_work_list && self.is_looper() in should_use_process_work_queue()460 if print_all || inner.current_transaction.is_some() || !inner.work_list.is_empty() { in debug_print()[all …]