Searched refs:AsyncWasmCallState (Results 1 – 2 of 2) sorted by relevance
42 pub use self::tls::{AsyncWasmCallState, PreviousAsyncWasmCallState};1240 pub struct AsyncWasmCallState { struct1261 unsafe impl Send for AsyncWasmCallState {} implementation1264 impl AsyncWasmCallState { implementation1266 pub fn new() -> AsyncWasmCallState { in new()1267 AsyncWasmCallState { in new()1369 pub unsafe fn restore(self) -> AsyncWasmCallState { in restore() argument1372 let mut ret = AsyncWasmCallState::new(); in restore()
4 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()