Home
last modified time | relevance | path

Searched refs:CallThreadState (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dtraphandlers.rs535 pub struct CallThreadState { struct
563 impl Drop for CallThreadState { implementation
571 impl CallThreadState { implementation
576 ) -> CallThreadState { in new() argument
577 CallThreadState { in new()
719 impl CallThreadState { implementation
1159 use super::CallThreadState;
1178 use super::CallThreadState;
1180 pub type Ptr = *const CallThreadState; constant
1431 pub fn set<R>(state: &mut CallThreadState, closure: impl FnOnce(&CallThreadState) -> R) -> R { in set() argument
[all …]
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/traphandlers/
H A Dcoredump_disabled.rs2 use crate::runtime::vm::traphandlers::CallThreadState;
8 impl CallThreadState { impl
H A Dcoredump_enabled.rs1 use super::CallThreadState;
25 impl CallThreadState { implementation
H A Dbacktrace.rs29 traphandlers::{CallThreadState, tls},
92 state: &CallThreadState, in new_with_trap_state() argument
210 state: &CallThreadState, in trace_with_trap_state() argument