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

/system/core/sh/
H A Derror.h83 extern volatile int intpending;
86 #define INTON { if (--suppressint == 0 && intpending) onint(); }
87 #define FORCEINTON {suppressint = 0; if (intpending) onint();}
88 #define CLEAR_PENDING_INT intpending = 0
89 #define int_pending() intpending
H A Derror.c70 volatile int intpending; variable
109 intpending = 1;
112 intpending = 0;

Completed in 24 milliseconds