Searched defs:CallThreadState (Results 1 – 4 of 4) sorted by relevance
535 pub struct CallThreadState { struct540 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 { implementation571 impl CallThreadState { implementation576 ) -> CallThreadState { in new()719 impl CallThreadState { implementation[all …]
8 impl CallThreadState { impl
25 impl CallThreadState { implementation
92 state: &CallThreadState, in new_with_trap_state()210 state: &CallThreadState, in trace_with_trap_state()