Home
last modified time | relevance | path

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

/third_party/musl/src/process/
Dsystem.c15 struct sigaction sa = { .sa_handler = SIG_IGN }, oldint, oldquit; in system() local
24 sigaction(SIGQUIT, &sa, &oldquit); in system()
30 if (oldquit.sa_handler != SIG_IGN) sigaddset(&reset, SIGQUIT); in system()
41 sigaction(SIGQUIT, &oldquit, NULL); in system()
/third_party/musl/porting/liteos_a/user/src/process/
Dsystem.c16 struct sigaction sa = { .sa_handler = SIG_IGN }, oldint, oldquit; in system() local
27 sigaction(SIGQUIT, &sa, &oldquit); in system()
33 if (oldquit.sa_handler != SIG_IGN) sigaddset(&reset, SIGQUIT); in system()
44 sigaction(SIGQUIT, &oldquit, NULL); in system()