Searched defs:notified2 (Results 1 – 3 of 3) sorted by relevance
39 let mut notified2 = spawn(async { notify.notified().await }); in notified_multi_notify() localVariable59 let mut notified2 = spawn(async { notify.notified().await }); in notify_notified_multi() localVariable74 let mut notified2 = spawn(async { notify.notified().await }); in notified_drop_notified_notify() localVariable91 let mut notified2 = spawn(async { notify.notified().await }); in notified_multi_notify_drop_one() localVariable153 let mut notified2 = spawn(async { notify.notified().await }); in notify_one_after_dropped_all() localVariable
35 let notified2 = notify.notified(); in notify_waiters() localVariable
289 bool notified2 = false; in TEST_F() local