Searched defs:panic_handler (Results 1 – 12 of 12) sorted by relevance
33 let panic_handler = move |err: Box<dyn Any + Send>| { in panic_fwd() localVariable95 let panic_handler = move |e: Box<dyn Any + Send>| { in custom_panic_handler_and_spawn() localVariable123 let panic_handler = move |e| { in custom_panic_handler_and_nested_spawn() localVariable
189 panic_handler: Option<Box<PanicHandler>>, field581 pub fn panic_handler<H>(mut self, panic_handler: H) -> Self in panic_handler() method707 pub fn panic_handler<H>(mut self, panic_handler: H) -> Configuration in panic_handler() method825 let panic_handler = panic_handler.as_ref().map(|_| ClosurePlaceholder); in fmt() localVariable
93 let panic_handler = move |_| { in handler_panics_handled_correctly() localVariable146 let panic_handler = move |_| {}; in configuration() localVariable
136 panic_handler: Option<Box<PanicHandler>>, field
5 fn panic_handler(info: &core::panic::PanicInfo) -> ! { in panic_handler() function
30 mod panic_handler; module
144 let mut panic_handler = PANIC_HANDLER.write(); in np_ffi_global_config_panic_handler() localVariable
91 panic_handler = [] qkey
44 void panic_handler(PanicReason reason) { in panic_handler() function