Home
last modified time | relevance | path

Searched refs:context_set (Results 1 – 12 of 12) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dasync_poll_stackless.rs14 context_get, context_set, subtask_drop, waitable_join, waitable_set_drop, waitable_set_new,
75 context_set(u32::try_from(Box::into_raw(Box::new(State::S0)) as usize).unwrap()); in export_run()
186 context_set(0); in callback_run()
H A Dasync_intertask_communication.rs12 context_get, context_set, waitable_join, waitable_set_drop, waitable_set_new,
117 context_set( in export_run()
H A Dasync_cancel_callee.rs10 STATUS_RETURN_CANCELLED, STATUS_RETURNED, STATUS_STARTED, context_get, context_set,
116 context_set( in export_yield_with_options_yield_times()
H A Dasync_readiness.rs12 EVENT_STREAM_WRITE, context_get, context_set, waitable_join, waitable_set_drop,
103 context_set( in export_start()
H A Dasync_synchronous_transmit.rs12 context_set,
168 context_set( in export_start()
H A Dasync_cancel_transmit.rs15 context_get, context_set,
217 context_set( in export_start()
H A Dasync_cancel_caller.rs11 STATUS_STARTING, context_get, context_set, subtask_cancel, subtask_cancel_async, subtask_drop,
120 context_set( in export_run()
/wasmtime-44.0.1/crates/test-programs/src/
H A Dasync_.rs110 pub fn context_set(value: u32); in context_set() function
113 pub unsafe fn context_set(_: u32) { in context_set() function
/wasmtime-44.0.1/crates/environ/src/
H A Dcomponent.rs191 context_set(vmctx: vmctx, caller_instance: u32, slot: u32, val: u32) -> bool;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dlibcalls.rs1325 fn context_set( in context_set() function
1332 instance.context_set(store, slot, val) in context_set()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3750 pub(crate) fn context_set(self, store: &mut StoreOpaque, slot: u32, value: u32) -> Result<()> { in context_set() method
3751 store.concurrent_state_mut().context_set(slot, value) in context_set()
5116 pub(crate) fn context_set(&mut self, slot: u32, val: u32) -> Result<()> { in context_set() method
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs740 host::context_set, in translate()