Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dasync_intertask_communication.rs76 fn future_drop_readable(reader: u32) { in future_drop_readable() function
81 fn future_drop_readable(_: u32); in future_drop_readable() function
84 unsafe extern "C" fn future_drop_readable(_: u32) { in future_drop_readable() function
88 unsafe { future_drop_readable(reader) } in future_drop_readable()
170 future_drop_readable(rx); in callback_run()
H A Dasync_synchronous_transmit.rs119 fn future_drop_readable(_: u32); in future_drop_readable() function
122 unsafe extern "C" fn future_drop_readable(_: u32) { in future_drop_readable() function
262 future_drop_readable(future); in callback_start()
H A Dasync_cancel_transmit.rs166 fn future_drop_readable(_: u32); in future_drop_readable() function
169 unsafe extern "C" fn future_drop_readable(_: u32) { in future_drop_readable() function
347 future_drop_readable(future); in callback_start()
/wasmtime-44.0.1/crates/environ/src/
H A Dcomponent.rs157 future_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.rs1085 fn future_drop_readable( in future_drop_readable() function
1092 instance.future_drop_readable(store, TypeFutureTableIndex::from_u32(ty), reader) in future_drop_readable()
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs549 host::future_drop_readable, in translate()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs4275 pub(crate) fn future_drop_readable( in future_drop_readable() method