OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gotsig
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/none/tests/
pending.c
15
static volatile int
gotsig
= 0;
variable
33
gotsig
= 1;
57
if (
gotsig
) {
67
if (!
gotsig
) {
/system/core/sh/
trap.c
78
char
gotsig
[NSIG]; /* indicates specified signal received */
variable
372
gotsig
[signo - 1] = 1;
391
if (
gotsig
[i - 1])
396
gotsig
[i - 1] = 0;
jobs.c
1051
extern volatile char
gotsig
[];
1057
} while (pid == -1 && errno == EINTR &&
gotsig
[SIGINT - 1] == 0);
Completed in 751 milliseconds