Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dasync_readiness.rs76 fn stream_drop_writable(_: u32); in stream_drop_writable() function
79 unsafe extern "C" fn stream_drop_writable(_: u32) { in stream_drop_writable() function
226 stream_drop_writable(tx); in callback_start()
H A Dasync_synchronous_transmit.rs75 fn stream_drop_writable(_: u32); in stream_drop_writable() function
78 unsafe extern "C" fn stream_drop_writable(_: u32) { in stream_drop_writable() function
256 stream_drop_writable(stream_tx); in callback_start()
H A Dasync_cancel_transmit.rs100 fn stream_drop_writable(_: u32); in stream_drop_writable() function
103 unsafe extern "C" fn stream_drop_writable(_: u32) { in stream_drop_writable() function
341 stream_drop_writable(stream_tx); in callback_start()
/wasmtime-44.0.1/crates/environ/src/
H A Dcomponent.rs169 stream_drop_writable(vmctx: vmctx, caller_instance: u32, ty: u32, writer: u32) -> bool;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs1184 fn stream_drop_writable( in stream_drop_writable() function
1191 store.component_async_store().stream_drop_writable( in stream_drop_writable()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3894 fn stream_drop_writable( in stream_drop_writable() method
4187 fn stream_drop_writable( in stream_drop_writable() method
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs463 host::stream_drop_writable, in translate()