Home
last modified time | relevance | path

Searched refs:destroyProcess (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DUNIXProcess.java220 private static native void destroyProcess(int pid);
230 destroyProcess(pid);
/libcore/ojluni/annotations/hiddenapi/java/lang/
DUNIXProcess.java91 private static native void destroyProcess(int pid); in destroyProcess() method in UNIXProcess
/libcore/ojluni/src/main/native/
DUNIXProcess_md.c995 NATIVE_METHOD(UNIXProcess, destroyProcess, "(I)V"),