Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dasync_readiness.rs65 fn stream_drop_readable(_: u32); in stream_drop_readable() function
68 unsafe extern "C" fn stream_drop_readable(_: u32) { in stream_drop_readable() function
201 stream_drop_readable(rx); in callback_start()
H A Dasync_synchronous_transmit.rs64 fn stream_drop_readable(_: u32); in stream_drop_readable() function
67 unsafe extern "C" fn stream_drop_readable(_: u32) { in stream_drop_readable() function
245 stream_drop_readable(stream); in callback_start()
H A Dasync_cancel_transmit.rs89 fn stream_drop_readable(_: u32); in stream_drop_readable() function
92 unsafe extern "C" fn stream_drop_readable(_: u32) { in stream_drop_readable() function
334 stream_drop_readable(stream); in callback_start()
/wasmtime-44.0.1/crates/environ/src/
H A Dcomponent.rs171 stream_drop_readable(vmctx: vmctx, caller_instance: u32, ty: u32, reader: u32) -> bool;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs1199 fn stream_drop_readable( in stream_drop_readable() function
1206 instance.stream_drop_readable(store, TypeStreamTableIndex::from_u32(ty), reader) in stream_drop_readable()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs452 host::stream_drop_readable, in translate()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs4285 pub(crate) fn stream_drop_readable( in stream_drop_readable() method