Searched refs:handler (Results 1 – 18 of 18) sorted by relevance
| /third_party/ulib/jemalloc/src/ |
| A D | jemalloc_cpp.cpp | 43 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 D | Gdyn-extract.c | 40 pi->handler = di->u.pi.handler; in unwi_extract_dynamic_proc_info()
|
| A D | Gdyn-remote.c | 164 || (ret = fetchw (as, a, addr, &di->u.pi.handler, arg)) < 0 in intern_dyn_info()
|
| /third_party/uapp/dash/src/ |
| A D | error.c | 61 struct jmploc *handler; variable 81 if (handler == NULL) in exraise() 87 longjmp(handler->loc, 1); in exraise()
|
| A D | redir.c | 418 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 D | error.h | 63 extern struct jmploc *handler;
|
| A D | eval.c | 899 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 D | main.c | 141 handler = &jmploc; in main()
|
| A D | trap.c | 390 handler = &loc; in exitshell()
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gfde.c | 72 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 D | libunwind-common.h | 117 unw_word_t handler; /* optional personality routine */ member
|
| A D | libunwind-dynamic.h | 109 unw_word_t handler; /* address of personality routine */ member
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osfuchsia.cpp | 873 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 D | backtrace-supported.h.in | 48 the backtrace functions from a signal handler. In general this
|
| /third_party/ulib/ngunwind/include/ngunwind/ |
| A D | dwarf.h | 261 unw_word_t handler; /* address of personality-routine */ member
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 802 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 D | WHATSNEW | 176 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 D | ChangeLog | 925 - Remove bad assertions in fork handler functions. These assertions could
|
Completed in 41 milliseconds