Lines Matching refs:NodeDeath
168 death_list: List<DTRWrap<NodeDeath>, 1>,
333 death: ListArc<DTRWrap<NodeDeath>, 1>, in add_death() argument
926 pub(crate) struct NodeDeath { struct
953 impl NodeDeath { argument
1048 impl ListArcSafe<0> for NodeDeath {
1054 impl ListArcSafe<1> for DTRWrap<NodeDeath> { untracked; }
1057 impl ListItem<1> for DTRWrap<NodeDeath> {
1063 impl ListArcSafe<2> for DTRWrap<NodeDeath> {
1064 tracked_by wrapped: NodeDeath;
1068 impl ListArcSafe<2> for NodeDeath {
1073 impl ListItem<2> for DTRWrap<NodeDeath> {
1078 impl DeliverToRead for NodeDeath { implementation