HomeSort by relevance Sort by last modified time
    Searched full:suppressint (Results 1 - 3 of 3) sorted by null

  /system/core/sh/
error.h 82 extern volatile int suppressint;
85 #define INTOFF suppressint++
86 #define INTON { if (--suppressint == 0 && intpending) onint(); }
87 #define FORCEINTON {suppressint = 0; if (intpending) onint();}
error.c 69 volatile int suppressint; variable
96 * this routine is not called.) Suppressint is nonzero when interrupts
108 if (suppressint) {
exec.c 151 TRACE(("shellexec failed for %s, errno %d, vforked %d, suppressint %d\n",
152 argv[0], e, vforked, suppressint ));

Completed in 32 milliseconds