OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 512 milliseconds