Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/src/
A Djemalloc_cpp.cpp43 std::new_handler handler; in newImpl() local
49 handler = std::set_new_handler(nullptr); in newImpl()
50 std::set_new_handler(handler); in newImpl()
52 if (handler == nullptr) in newImpl()
56 handler(); in newImpl()
/third_party/ulib/ngunwind/src/mi/
A DGdyn-extract.c40 pi->handler = di->u.pi.handler; in unwi_extract_dynamic_proc_info()
A DGdyn-remote.c164 || (ret = fetchw (as, a, addr, &di->u.pi.handler, arg)) < 0 in intern_dyn_info()
/third_party/uapp/dash/src/
A Derror.c61 struct jmploc *handler; variable
81 if (handler == NULL) in exraise()
87 longjmp(handler->loc, 1); in exraise()
A Dredir.c418 struct jmploc *volatile savehandler = handler; in redirectsafe()
423 handler = &jmploc; in redirectsafe()
426 handler = savehandler; in redirectsafe()
428 longjmp(handler->loc, 1); in redirectsafe()
A Derror.h63 extern struct jmploc *handler;
A Deval.c899 longjmp(handler->loc, 1); in evalcommand()
938 savehandler = handler; in evalbltin()
941 handler = &jmploc; in evalbltin()
955 handler = savehandler; in evalbltin()
973 savehandler = handler; in evalfun()
978 handler = &jmploc; in evalfun()
998 handler = savehandler; in evalfun()
A Dmain.c141 handler = &jmploc; in main()
A Dtrap.c390 handler = &loc; in exitshell()
/third_party/ulib/ngunwind/src/dwarf/
A DGfde.c72 dci->handler = 0; in parse_cie()
185 pi, &dci->handler, arg)) < 0) in parse_cie()
211 augstr, (long) dci->handler); in parse_cie()
316 pi->handler = dci.handler; in dwarf_extract_proc_info_from_fde()
/third_party/ulib/ngunwind/include/ngunwind/private/
A Dlibunwind-common.h117 unw_word_t handler; /* optional personality routine */ member
A Dlibunwind-dynamic.h109 unw_word_t handler; /* address of personality routine */ member
/third_party/lib/acpica/source/os_specific/service_layers/
A Dosfuchsia.cpp873 ACPI_OSD_HANDLER handler; member
885 real_arg->handler(real_arg->context); in acpi_irq_thread()
938 arg->handler = Handler; in AcpiOsInstallInterruptHandler()
/third_party/ulib/backtrace/
A Dbacktrace-supported.h.in48 the backtrace functions from a signal handler. In general this
/third_party/ulib/ngunwind/include/ngunwind/
A Ddwarf.h261 unw_word_t handler; /* address of personality-routine */ member
/third_party/lib/acpica/
A Dchanges.txt802 storms that aren't easily managed by the normal handler. The raw handler
1448 handler interfaces.
3335 handler installation, handler removal, notify event queuing, and notify
3587 SCI interrupt (and handler)
3845 handler
4389 handler
4618 handler. ACPICA BZ 870.
8644 requested, such as global lock handler, notify handler, GPE handler, etc.
11406 a system exception handler to be installed. This handler is invoked upon
11895 handler.
[all …]
/third_party/ulib/musl/
A DWHATSNEW176 exiting/cancelling the a timer handler thread no longer kills the
209 - pthread_exit/cancel on timer handler wrongly destroying the timer
405 - lighter/faster cancellation cleanup handler register/unregister
1570 - inconsistent handling of atexit called from atexit handler
/third_party/ulib/jemalloc/
A DChangeLog925 - Remove bad assertions in fork handler functions. These assertions could

Completed in 669 milliseconds