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

  /system/core/sh/
error.h 86 #define INTON { if (--suppressint == 0 && intpending) onint(); }
87 #define FORCEINTON {suppressint = 0; if (intpending) onint();}
92 void onint(void);
error.c 104 onint(void) function
trap.c 369 onint();

Completed in 49 milliseconds