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

  /libcore/ojluni/src/main/native/
io_util.c 53 } else if (nread == JVM_IO_INTR) {
117 } else if (nread == JVM_IO_INTR) {
147 } else if (n == JVM_IO_INTR) {
201 } else if (n == JVM_IO_INTR) {
SocketInputStream.c 108 } else if (nread == JVM_IO_INTR) {
SocketOutputStream.c 106 if (n == JVM_IO_INTR) {
jvm.h 1085 /* For interruptible IO. Returning JVM_IO_INTR indicates that an IO
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvm.h 1115 /* For interruptible IO. Returning JVM_IO_INTR indicates that an IO
    [all...]

Completed in 258 milliseconds