Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp1_poll_oneoff_files.rs25 let mut subscriptions = r#in.to_vec(); in poll_oneoff_with_retry() localVariable
27 while !subscriptions.is_empty() { in poll_oneoff_with_retry()
29 out.resize_with(subscriptions.len(), || { in poll_oneoff_with_retry()
33 subscriptions.as_ptr(), in poll_oneoff_with_retry()
35 subscriptions.len(), in poll_oneoff_with_retry()
44 subscriptions.retain(|sub| !out.iter().any(|event| event.userdata == sub.userdata)); in poll_oneoff_with_retry()
/wasmtime-44.0.1/crates/wasi-preview1-component-adapter/src/
H A Dlib.rs2100 let subscriptions = unsafe { slice::from_raw_parts(r#in, nsubscriptions) }; in poll_oneoff() localVariable
2144 for subscription in subscriptions { in poll_oneoff()
2246 let subscription = unsafe { *subscriptions.as_ptr().add(*subscription as usize) }; in poll_oneoff()
/wasmtime-44.0.1/crates/wiggle/tests/
H A Dwasi.witx432 ;;; Both the number of subscriptions and events.
/wasmtime-44.0.1/crates/wasi/witx/p1/
H A Dwasi_snapshot_preview1.witx434 ;;; Both the number of subscriptions and events.
/wasmtime-44.0.1/crates/wasi/witx/p0/
H A Dwasi_unstable.witx437 ;;; Both the number of subscriptions and events.
/wasmtime-44.0.1/crates/wasi-common/witx/preview1/
H A Dwasi_snapshot_preview1.witx434 ;;; Both the number of subscriptions and events.
/wasmtime-44.0.1/crates/wasi-common/witx/preview0/
H A Dwasi_unstable.witx437 ;;; Both the number of subscriptions and events.