Home
last modified time | relevance | path

Searched defs: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
540 pub(super) unwind: Cell<UnwindState>,
543 pub(super) capture_backtrace: bool,
545 pub(super) capture_coredump: bool,
550 pub(super) prev: Cell<tls::Ptr>,
560 old_state: *mut EntryStoreContext,
563 impl Drop for CallThreadState { implementation
571 impl CallThreadState { implementation
576 ) -> CallThreadState { in new()
719 impl CallThreadState { implementation
[all …]
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/traphandlers/
H A Dcoredump_disabled.rs8 impl CallThreadState { implementation
H A Dcoredump_enabled.rs25 impl CallThreadState { impl
H A Dbacktrace.rs92 state: &CallThreadState, in new_with_trap_state()
210 state: &CallThreadState, in trace_with_trap_state()