Searched refs:onint (Results 1 - 3 of 3) sorted by relevance

/system/core/sh/
H A Derror.h86 #define INTON { if (--suppressint == 0 && intpending) onint(); }
87 #define FORCEINTON {suppressint = 0; if (intpending) onint();}
92 void onint(void);
H A Derror.c104 onint(void) function
H A Dtrap.c369 onint();

Completed in 108 milliseconds