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

/system/core/sh/
H A Dtrap.c78 char gotsig[NSIG]; /* indicates specified signal received */ variable
372 gotsig[signo - 1] = 1;
391 if (gotsig[i - 1])
396 gotsig[i - 1] = 0;
H A Djobs.c1051 extern volatile char gotsig[];
1057 } while (pid == -1 && errno == EINTR && gotsig[SIGINT - 1] == 0);

Completed in 27 milliseconds