#include <isc/lang.h>
Go to the source code of this file.
Defines | |
#define | ISC_OS_H 1 |
Functions | |
ISC_LANG_BEGINDECLS unsigned int | isc_os_ncpus (void) |
Return the number of CPUs available on the system, or 1 if this cannot be determined. |
Definition in file os.h.
ISC_LANG_BEGINDECLS unsigned int isc_os_ncpus | ( | void | ) |
Return the number of CPUs available on the system, or 1 if this cannot be determined.
Definition at line 78 of file os.c.
References ncpus.
Referenced by create_managers(), isc_test_begin(), main(), and setup().