Lines Matching refs:Notify
111 pub struct Notify { struct
147 notify: &'a Notify,
195 impl Notify { implementation
205 pub fn new() -> Notify { in new()
206 Notify { in new()
223 pub const fn const_new() -> Notify { in const_new()
224 Notify { in const_new()
457 impl Default for Notify { implementation
458 fn default() -> Notify { in default()
459 Notify::new() in default()
515 fn project(self: Pin<&mut Self>) -> (&Notify, &mut State, &UnsafeCell<Waiter>) { in project() argument
519 is_unpin::<&Notify>(); in project()