Lines Matching defs:bool
80 fn should_normal_push(&self) -> bool { in should_normal_push()
89 fn should_push_weak_zero2one(&self) -> bool { in should_push_weak_zero2one()
93 fn can_push_weak_zero2one_normally(&self) -> bool { in can_push_weak_zero2one_normally()
104 fn should_push_strong_zero2one(&self) -> bool { in should_push_strong_zero2one()
108 fn can_push_strong_zero2one_normally(&self) -> bool { in can_push_strong_zero2one_normally()
242 pub(crate) fn has_oneway_transaction(&self, owner_inner: &mut ProcessInner) -> bool { in has_oneway_transaction()
333 _strong: bool, in inc_ref_done_locked()
372 inc: bool, in update_refcount_locked()
373 strong: bool, in update_refcount_locked()
412 strong: bool, in incr_refcount_allow_zero2one()
454 strong: bool, in incr_refcount_allow_zero2one_with_wrapper()
471 pub(crate) fn update_refcount(self: &DArc<Self>, inc: bool, count: usize, strong: bool) { in update_refcount()
601 ) -> Result<bool> { in do_work_locked()
704 ) -> Result<bool> { in do_work()
728 fn should_sync_wakeup(&self) -> bool { in should_sync_wakeup()
828 pub(crate) fn update(&mut self, inc: bool, strong: bool) -> bool { in update()
976 pub(crate) fn set_cleared(self: &DArc<Self>, abort: bool) -> bool { in set_cleared()
1075 ) -> Result<bool> { in do_work()
1109 fn should_sync_wakeup(&self) -> bool { in should_sync_wakeup()