Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dsystem.c109 static struct sigaction intr, quit; variable
136 if (sigaction (SIGINT, &sa, &intr) < 0) in do_system()
162 (void) sigaction (SIGINT, &intr, (struct sigaction *) NULL); in do_system()
184 (void) sigaction (SIGINT, &intr, (struct sigaction *) NULL); in do_system()
211 && (sigaction (SIGINT, &intr, (struct sigaction *) NULL) in do_system()
260 (void) sigaction (SIGINT, &intr, (struct sigaction *) NULL); in cancel_handler()

Completed in 3 milliseconds