HomeSort by relevance Sort by last modified time
    Searched full:onint (Results 1 - 5 of 5) 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();
TOUR 328 signal, the routine "onint" in error.c is called.
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 210 milliseconds