Searched defs:NotifyOnDrop (Results 1 – 6 of 6) sorted by relevance
26 struct NotifyOnDrop(Signal); struct28 impl Drop for NotifyOnDrop { implementation30 let NotifyOnDrop(ref f) = *self; in drop() localVariable90 fn run(key: &'static LocalKey<UnsafeCell<Option<NotifyOnDrop>>>) { in smoke_dtor()
191 struct NotifyOnDrop(Arc<Notify>); in notify_in_drop_after_wake() struct193 impl ArcWake for NotifyOnDrop { in notify_in_drop_after_wake() implementation197 impl Drop for NotifyOnDrop { in notify_in_drop_after_wake() implementation