_SC_NPROCESSORS_CONF
case _SC_NPROCESSORS_CONF:
#if defined(HAVE_SYSCONF) && defined(_SC_NPROCESSORS_CONF)
return (int)sysconf(_SC_NPROCESSORS_CONF);