Home | History | Annotate | Download | only in jni

Lines Matching defs:exit

307  * The VM calls this through the "exit" hook.
311 gCurRuntime->exit(code);
503 /* route exit() to our handler */
505 opt.optionString = "exit";
904 void AndroidRuntime::exit(int code)
912 ::exit(code);