Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/sys/windows/
H A Dvectored_exceptions.rs99 exception_handler: *mut c_void, field
115 let exception_handler = unsafe { AddVectoredExceptionHandler(1, Some(exception_handler)) }; in new() localVariable
116 if exception_handler.is_null() { in new()
130 exception_handler, in new()
141 let rc = RemoveVectoredExceptionHandler(self.exception_handler); in drop()
175 unsafe extern "system" fn exception_handler(exception_info: *mut EXCEPTION_POINTERS) -> i32 { in exception_handler() function