Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 14 of 14) sorted by relevance

/wasmtime-44.0.1/examples/min-platform/embedding/src/
H A Dpanic.rs6 fn handler(_info: &PanicInfo) -> ! { in handler() function
/wasmtime-44.0.1/crates/wasi-http/src/p3/host/
H A Dmod.rs1 mod handler; module
/wasmtime-44.0.1/pulley/src/interp/
H A Dtail_loop.rs94 let handler = OPCODE_HANDLER_TABLE[opcode as usize]; in dispatch() localVariable
106 let handler = EXTENDED_OPCODE_HANDLER_TABLE[opcode as usize]; in run_extended() localVariable
/wasmtime-44.0.1/crates/wasi-http/src/
H A Dlib.rs17 pub mod handler; module
H A Dhandler.rs229 handler: ProxyHandler<S>, field
301 let handler = &self.handler.0; in run_() localVariable
353 let handler = self.handler.clone(); in run_() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/unix/
H A Dmachports.rs103 let mut handler: libc::sigaction = mem::zeroed(); in new() localVariable
460 let handler = tls::with(|state| { in unwind() localVariable
H A Dsignals.rs37 let mut handler: libc::sigaction = unsafe { mem::zeroed() }; in new() localVariable
/wasmtime-44.0.1/examples/min-platform/embedding/
H A Dwasmtime-platform.c89 int wasmtime_init_traps(wasmtime_trap_handler_t handler) { in wasmtime_init_traps()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dinterpreter.rs462 let handler = tls::with(|s| { in trap() localVariable
H A Dtraphandlers.rs782 let handler = unsafe { compute_handler(store) }; in record_unwind() localVariable
913 let handler = self.entry_trap_handler(); in unwind() localVariable
/wasmtime-44.0.1/crates/unwinder/src/
H A Dexception_table.rs391 let handler = handler.get(LittleEndian); in handlers_for_callsite() localVariable
/wasmtime-44.0.1/crates/debugger/src/
H A Dlib.rs263 let handler = Handler(Arc::new(HandlerInner { in new() localVariable
/wasmtime-44.0.1/src/commands/
H A Dserve.rs662 let handler = ProxyHandler::new( in serve() localVariable
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstore.rs303 let handler: D = (*self).clone(); in handle() localVariable
2370 let handler = self.signal_handler.as_ref()?; in signal_handler() localVariable