Home
last modified time | relevance | path

Searched refs:_SC_NPROC_ONLN (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/common/generic/
Dsystemdependent.c43 #elif defined(_SC_NPROC_ONLN) in get_cpu_count()
44 core_count = (int)sysconf(_SC_NPROC_ONLN); in get_cpu_count()
/external/python/cpython2/Lib/plat-unixware7/
DSTROPTS.py174 _SC_NPROC_ONLN = 392 variable
/external/python/cpython2/Modules/
Dposixmodule.c8290 #ifdef _SC_NPROC_ONLN
8291 {"SC_NPROC_ONLN", _SC_NPROC_ONLN},
/external/python/cpython3/Modules/
Dposixmodule.c10382 #ifdef _SC_NPROC_ONLN
10383 {"SC_NPROC_ONLN", _SC_NPROC_ONLN},