Lines Matching refs:DArc
34 BinderReturnWriter, DArc, DLArc, DTRWrap, DeliverCode, DeliverToRead,
256 reply_work: DArc<ThreadError>,
260 return_work: DArc<ThreadError>,
267 current_transaction: Option<DArc<Transaction>>,
350 fn pop_transaction_to_reply(&mut self, thread: &Thread) -> Result<DArc<Transaction>> { in pop_transaction_to_reply()
361 fn pop_transaction_replied(&mut self, transaction: &DArc<Transaction>) -> bool { in pop_transaction_replied()
505 pub(crate) fn set_current_transaction(&self, transaction: DArc<Transaction>) { in set_current_transaction()
1125 transaction: &DArc<Transaction>, in deliver_reply()
1140 transaction: &DArc<Transaction>, in deliver_single_reply()
1171 fn is_current_transaction(&self, transaction: &DArc<Transaction>) -> bool { in is_current_transaction()
1182 fn top_of_transaction_stack(&self) -> Result<Option<DArc<Transaction>>> { in top_of_transaction_stack()
1570 fn try_new() -> Result<DArc<Self>> { in try_new()
1589 self: DArc<Self>, in do_work()
1599 fn cancel(self: DArc<Self>) {} in cancel()