Home
last modified time | relevance | path

Searched refs:oldint (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
23 sigaction(SIGINT, &sa, &oldint); in system()
29 if (oldint.sa_handler != SIG_IGN) sigaddset(&reset, SIGINT); in system()
40 sigaction(SIGINT, &oldint, 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
26 sigaction(SIGINT, &sa, &oldint); in system()
32 if (oldint.sa_handler != SIG_IGN) sigaddset(&reset, SIGINT); in system()
43 sigaction(SIGINT, &oldint, NULL); in system()