HomeSort by relevance Sort by last modified time
    Searched defs:gotsig (Results 1 - 2 of 2) 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;

Completed in 42 milliseconds