Lines Matching refs:NodeDeath
168 death_list: List<DTRWrap<NodeDeath>, 1>,
325 death: ListArc<DTRWrap<NodeDeath>, 1>, in add_death() argument
918 pub(crate) struct NodeDeath { struct
945 impl NodeDeath { implementation
1040 impl ListArcSafe<0> for NodeDeath {
1046 impl ListArcSafe<1> for DTRWrap<NodeDeath> { untracked; }
1049 impl ListItem<1> for DTRWrap<NodeDeath> {
1055 impl ListArcSafe<2> for DTRWrap<NodeDeath> {
1056 tracked_by wrapped: NodeDeath;
1060 impl ListArcSafe<2> for NodeDeath {
1065 impl ListItem<2> for DTRWrap<NodeDeath> {
1070 impl DeliverToRead for NodeDeath { implementation