Home
last modified time | relevance | path

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

/third_party/musl/src/process/
H A Dsystem.c16 struct sigaction sa = { .sa_handler = SIG_IGN }, oldint, oldquit; in system() local
26 sigaction(SIGQUIT, &sa, &oldquit); in system()
32 if (oldquit.sa_handler != SIG_IGN) sigaddset(&reset, SIGQUIT); in system()
43 sigaction(SIGQUIT, &oldquit, NULL); in system()
/third_party/musl/porting/liteos_a/user/src/process/
H A 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()

Completed in 2 milliseconds