Home
last modified time | relevance | path

Searched refs:abort_hook (Results 1 – 25 of 80) sorted by relevance

1234

/dports/lang/yorick/yorick-y_2_2_04/play/unix/
H A Dugetc.c97 p_xhandler(void (*abort_hook)(void), in p_xhandler()
100 u_abort_hook = abort_hook; /* replaces p_abort */ in p_xhandler()
H A Dugetc.h36 PLUG_API void p_xhandler(void (*abort_hook)(void),
/dports/lang/yorick/yorick-y_2_2_04/play/win/
H A Dpmin.c106 p_xhandler(void (*abort_hook)(void), in p_xhandler()
109 w_abort_hook = abort_hook; /* replaces p_abort */ in p_xhandler()
/dports/devel/abseil/abseil-cpp-20211102.0/absl/base/internal/
H A Draw_logging.cc84 abort_hook; variable
181 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
234 void RegisterAbortHook(AbortHook func) { abort_hook.Store(func); } in RegisterAbortHook()
/dports/graphics/R-cran-s2/s2/src/absl/base/internal/
H A Draw_logging.cc85 abort_hook; variable
182 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
237 void RegisterAbortHook(AbortHook func) { abort_hook.Store(func); } in RegisterAbortHook()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/base/internal/
H A Draw_logging.cc84 abort_hook; variable
181 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
234 void RegisterAbortHook(AbortHook func) { abort_hook.Store(func); } in RegisterAbortHook()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/base/internal/
H A Draw_logging.cc84 abort_hook; variable
181 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
234 void RegisterAbortHook(AbortHook func) { abort_hook.Store(func); } in RegisterAbortHook()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/third_party/absl/base/internal/
H A Draw_logging.cc76 absl::raw_logging_internal::AbortHook> abort_hook; variable
180 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
251 abort_hook.Store(fn); in RegisterAbortHook()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/third_party/absl/base/internal/
H A Draw_logging.cc76 absl::raw_logging_internal::AbortHook> abort_hook; variable
180 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
251 abort_hook.Store(fn); in RegisterAbortHook()
/dports/lang/yorick/yorick-y_2_2_04/play/
H A Dpmin.h23 PLUG_API void p_xhandler(void (*abort_hook)(void),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/base/internal/
H A Draw_logging.cc79 abort_hook; variable
179 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/base/internal/
H A Draw_logging.cc79 abort_hook; variable
179 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/base/internal/
H A Draw_logging.cc79 abort_hook; variable
179 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/absl/base/internal/
H A Draw_logging.cc76 absl::raw_logging_internal::AbortHook> abort_hook; variable
176 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/base/internal/
H A Draw_logging.cc79 abort_hook; variable
179 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/base/internal/
H A Draw_logging.cc76 absl::raw_logging_internal::AbortHook> abort_hook; variable
176 abort_hook(file, line, buffer, prefix_end, buffer + kLogBufSize); in RawLogVA()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dvm.h57 SCM abort_hook; /* abort hook */ member
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/posix/
H A Dos_posix.cpp1876 abort_hook_t abort_hook = Arguments::abort_hook(); local
1877 if (abort_hook != NULL) {
1878 abort_hook();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/posix/
H A Dos_posix.cpp1992 abort_hook_t abort_hook = Arguments::abort_hook(); in shutdown() local
1993 if (abort_hook != NULL) { in shutdown()
1994 abort_hook(); in shutdown()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Darguments.hpp570 static abort_hook_t abort_hook() { return _abort_hook; } in abort_hook() function in Arguments
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Darguments.hpp570 static abort_hook_t abort_hook() { return _abort_hook; } in abort_hook() function in Arguments
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Darguments.hpp569 static abort_hook_t abort_hook() { return _abort_hook; } in abort_hook() function in Arguments
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Darguments.hpp567 static abort_hook_t abort_hook() { return _abort_hook; } in abort_hook() function in Arguments
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Darguments.hpp548 static abort_hook_t abort_hook() { return _abort_hook; } in abort_hook() function in Arguments
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Darguments.hpp546 static abort_hook_t abort_hook() { return _abort_hook; } in abort_hook() function in Arguments

1234