Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dasync_intertask_communication.rs91 fn future_drop_writable(writer: u32) { in future_drop_writable() function
96 fn future_drop_writable(_: u32); in future_drop_writable() function
99 unsafe extern "C" fn future_drop_writable(_: u32) { in future_drop_writable() function
103 unsafe { future_drop_writable(writer) } in future_drop_writable()
187 future_drop_writable(event1); in callback_run()
H A Dasync_synchronous_transmit.rs130 fn future_drop_writable(_: u32); in future_drop_writable() function
133 unsafe extern "C" fn future_drop_writable(_: u32) { in future_drop_writable() function
266 future_drop_writable(future_tx); in callback_start()
H A Dasync_cancel_transmit.rs177 fn future_drop_writable(_: u32); in future_drop_writable() function
180 unsafe extern "C" fn future_drop_writable(_: u32) { in future_drop_writable() function
351 future_drop_writable(future_tx); in callback_start()
/wasmtime-44.0.1/crates/environ/src/
H A Dcomponent.rs155 future_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.rs1070 fn future_drop_writable( in future_drop_writable() function
1077 store.component_async_store().future_drop_writable( in future_drop_writable()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3832 fn future_drop_writable( in future_drop_writable() method
4120 fn future_drop_writable( in future_drop_writable() method
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs560 host::future_drop_writable, in translate()