Searched defs:notified1 (Results 1 – 3 of 3) sorted by relevance
38 let mut notified1 = spawn(async { notify.notified().await }); in notified_multi_notify() localVariable58 let mut notified1 = spawn(async { notify.notified().await }); in notify_notified_multi() localVariable73 let mut notified1 = spawn(async { notify.notified().await }); in notified_drop_notified_notify() localVariable90 let mut notified1 = spawn(async { notify.notified().await }); in notified_multi_notify_drop_one() localVariable144 let mut notified1 = spawn(async { notify.notified().await }); in notify_one_after_dropped_all() localVariable
34 let notified1 = notify.notified(); in notify_waiters() localVariable
275 bool notified1 = false; in TEST_F() local