Home
last modified time | relevance | path

Searched refs:host_future_producers (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Dcomponent_async.rs123 host_future_producers: HashMap<u32, (HostFutureProducerState, Weak<()>)>, field
410 .host_future_producers in future_or_stream_cmd()
427 s.host_future_producers.get(&payload.future), in future_or_stream_cmd()
435 .host_future_producers in future_or_stream_cmd()
450 .host_future_producers in future_or_stream_cmd()
461 let (state, weak) = s.get().host_future_producers.remove(&id).unwrap(); in future_or_stream_cmd()
508 let (state, _) = s.get().host_future_producers.get_mut(&id).unwrap(); in future_or_stream_cmd()
538 let (state, weak) = s.get().host_future_producers.remove(&id).unwrap(); in future_or_stream_cmd()
543 let (state, weak) = s.get().host_future_producers.remove(&id).unwrap(); in future_or_stream_cmd()
913 .host_future_producers in poll_produce()