Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/process/
A Dsystem.c12 struct sigaction sa = {.sa_handler = SIG_IGN}, oldint, oldquit; in system()
25 if (oldint.sa_handler != SIG_IGN) in system()
27 if (oldquit.sa_handler != SIG_IGN) in system()
/third_party/uapp/dash/src/
A Dtrap.c240 if (act.sa_handler == SIG_IGN) { in setsignal()
254 act.sa_handler = onsig; in setsignal()
257 act.sa_handler = SIG_IGN; in setsignal()
260 act.sa_handler = SIG_DFL; in setsignal()
/third_party/ulib/musl/include/
A Dsignal.h161 void (*sa_handler)(int); member
168 #define sa_handler __sa_handler.sa_handler macro

Completed in 5 milliseconds