Home
last modified time | relevance | path

Searched defs:SignalHandler (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/rust/tests/ui/attributes/unix_sigpipe/auxiliary/
Dsigpipe-utils.rs5 pub enum SignalHandler { enum
11 pub fn assert_sigpipe_handler(expected_handler: SignalHandler) { in assert_sigpipe_handler()
/third_party/musl/libc-test/src/functionalext/fortify/
Dfortify_test.h24 void SignalHandler(int signum) in SignalHandler() function
/third_party/musl/libc-test/src/functionalext/ldso_cfi/cfi_report_test/
Dcfi_icall_report_test.cpp22 void SignalHandler(int signum) { in SignalHandler() function
/third_party/musl/libc-test/src/functionalext/supplement/signal/signal_gtest/
Dsignal_sysv_signal_test.cpp10 static void SignalHandler(int signum) {} in SignalHandler() function
Dsignal_sigaddset_test.cpp11 static void SignalHandler(int signum) {} in SignalHandler() function
Dsignal_sigtimedwait_test.cpp12 static void SignalHandler(int signum) {} in SignalHandler() function
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
Dfortify_sendto_chk_test.cpp18 static void SignalHandler(int signum) in SignalHandler() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/converter_lite/
Dmain.cc27 void SignalHandler(int sig) { in SignalHandler() function
/third_party/musl/libc-test/src/functionalext/tgkill/
Dtgkill_ext.c31 static void SignalHandler(int signum) in SignalHandler() function
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Dsignal_handler.cc53 void SignalHandler(int sig) { in SignalHandler() function
/third_party/musl/Benchmark/musl/
Dlibc_signal.cpp19 static void SignalHandler(int i) {} in SignalHandler() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/
Dduplex_pipe.cc170 DuplexPipe::SignalHandler::SignalHandler(const std::weak_ptr<DuplexPipe> &dp, pid_t *pid) { in SignalHandler() function in mindspore::DuplexPipe::SignalHandler
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/
DAngleNativeTest.cpp47 void SignalHandler(int sig, siginfo_t *info, void *reserved) in SignalHandler() function
/third_party/grpc/src/core/util/
Dsubprocess_posix.cc121 typedef void SignalHandler(int); in gpr_subprocess_communicate() typedef