Searched refs:_SC_NPROCESSORS_CONF (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DRuntime.java52 import static android.system.OsConstants._SC_NPROCESSORS_CONF;
629 return (int) Libcore.os.sysconf(_SC_NPROCESSORS_CONF);
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java543 public static final int _SC_NPROCESSORS_CONF = placeholder(); field in class:OsConstants
/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp608 initConstant(env, c, "_SC_NPROCESSORS_CONF", _SC_NPROCESSORS_CONF);

Completed in 38 milliseconds