Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/signal/
Dsigaction.c26 extern bool intercept_sigaction(int signo, const struct sigaction *restrict sa, struct sigaction *r…
104 if (intercept_sigaction(sig, sa, old)) { in __sigaction()
/third_party/musl/porting/linux/user/src/sigchain/
Dsigchain.c426 bool intercept_sigaction(int signo, const struct sigaction *restrict sa, in intercept_sigaction() function