Searched defs:Notified (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/tokio/src/runtime/task/ |
D | mod.rs | 48 pub(crate) struct Notified<S: 'static>(Task<S>); struct 50 unsafe impl<S: Schedule> Send for Notified<S> {} implementation 51 unsafe impl<S: Schedule> Sync for Notified<S> {} implementation 136 impl<S: 'static> Notified<S> { impl 154 impl<S: 'static> Notified<S> { impl 168 impl<S: Schedule> Notified<S> { implementation 197 impl<S> fmt::Debug for Notified<S> { implementation
|
D | harness.rs | 380 Notified, enumerator
|
/external/rust/crates/tokio/src/sync/ |
D | notify.rs | 145 pub struct Notified<'a> { struct 156 unsafe impl<'a> Send for Notified<'a> {} argument 157 unsafe impl<'a> Sync for Notified<'a> {} implementation 512 impl Notified<'_> { impl 528 impl Future for Notified<'_> { implementation 670 impl Drop for Notified<'_> { implementation
|
/external/rust/crates/tokio/src/runtime/thread_pool/ |
D | worker.rs | 123 type Notified = task::Notified<Arc<Worker>>; typedef 339 fn run_task(&self, task: Notified, mut core: Box<Core>) -> RunResult { in run_task() 447 fn next_task(&mut self, worker: &Worker) -> Option<Notified> { in next_task() 455 fn next_local_task(&mut self) -> Option<Notified> { in next_local_task() 459 fn steal_work(&mut self, worker: &Worker) -> Option<Notified> { in steal_work() 711 fn schedule(&self, task: Notified) { in schedule() 715 fn yield_now(&self, task: Notified) { in yield_now() 721 pub(super) fn schedule(&self, task: Notified, is_yield: bool) { in schedule() 740 fn schedule_local(&self, core: &mut Core, task: Notified, is_yield: bool) { in schedule_local()
|
/external/llvm-project/llvm/unittests/Support/ |
D | Threading.cpp | 52 bool Notified = false; member in __anonfabd9a450111::Notification
|
/external/rust/crates/rayon-core/src/ |
D | log.rs | 278 Notified, enumerator
|