Home
last modified time | relevance | path

Searched defs:notified2 (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/tests/
Dsync_notify.rs39 let mut notified2 = spawn(async { notify.notified().await }); in notified_multi_notify() localVariable
59 let mut notified2 = spawn(async { notify.notified().await }); in notify_notified_multi() localVariable
74 let mut notified2 = spawn(async { notify.notified().await }); in notified_drop_notified_notify() localVariable
91 let mut notified2 = spawn(async { notify.notified().await }); in notified_multi_notify_drop_one() localVariable
153 let mut notified2 = spawn(async { notify.notified().await }); in notify_one_after_dropped_all() localVariable
/external/rust/crates/tokio/src/sync/tests/
Dloom_notify.rs35 let notified2 = notify.notified(); in notify_waiters() localVariable
/external/libchrome/mojo/public/cpp/system/tests/
Dsimple_watcher_unittest.cc289 bool notified2 = false; in TEST_F() local