Home
last modified time | relevance | path

Searched refs:sa_sigaction_t (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cpp46 typedef void (*sa_sigaction_t)(int, siginfo_t *, void *); typedef
146 sigact.sa_sigaction = (sa_sigaction_t)SIG_DFL; in Abort()
201 sigact.sa_sigaction = (sa_sigaction_t)handler; in MaybeInstallSigaction()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc173 typedef void (*sa_sigaction_t)(int, siginfo_t *, void *); typedef
180 sigact.sa_sigaction = (sa_sigaction_t)handler; in MaybeInstallSigaction()