Home
last modified time | relevance | path

Searched refs:_SC_NPROCESSORS_CONF (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DRuntime.java55 import static android.system.OsConstants._SC_NPROCESSORS_CONF;
728 return (int) Libcore.os.sysconf(_SC_NPROCESSORS_CONF); in availableProcessors()
/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1442 public static final int _SC_NPROCESSORS_CONF; field in OsConstants
1443 static { _SC_NPROCESSORS_CONF = 0; }
/libcore/luni/src/main/java/android/system/
DOsConstants.java906 public static final int _SC_NPROCESSORS_CONF = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp687 initConstant(env, c, "_SC_NPROCESSORS_CONF", _SC_NPROCESSORS_CONF); in OsConstants_initConstants()
/libcore/api/
Dcurrent.txt622 field public static final int _SC_NPROCESSORS_CONF;