Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_signal.cpp36 struct sigaction prevAction; in IsAvailable() local
37 if (sigaction(signal_, nullptr, &prevAction) < 0) { in IsAvailable()
40 return static_cast<unsigned int>(prevAction.sa_flags) & SA_SIGINFO; in IsAvailable()