Home
last modified time | relevance | path

Searched refs:AsyncWasmCallState (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtraphandlers.rs42 pub use self::tls::{AsyncWasmCallState, PreviousAsyncWasmCallState};
1240 pub struct AsyncWasmCallState { struct
1261 unsafe impl Send for AsyncWasmCallState {} implementation
1264 impl AsyncWasmCallState { implementation
1266 pub fn new() -> AsyncWasmCallState { in new()
1267 AsyncWasmCallState { in new()
1369 pub unsafe fn restore(self) -> AsyncWasmCallState { in restore() argument
1372 let mut ret = AsyncWasmCallState::new(); in restore()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfiber.rs4 use crate::vm::{AlwaysMut, AsyncWasmCallState};
554 tls: crate::runtime::vm::AsyncWasmCallState,
762 AsyncWasmCallState::assert_current_state_not_in_range(range); in resume_fiber()
843 tls: crate::runtime::vm::AsyncWasmCallState::new(), in make_fiber_unchecked()