Query: cpu_number
OS: netbsd
Section: 9
Links: netbsd man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CPU_NUMBER(9) BSD Kernel Developer's Manual CPU_NUMBER(9)NAMEcpu_number -- unique CPU identification numberSYNOPSIS#include <sys/types.h> #include <machine/cpu.h> cpuid_t cpu_number(void);DESCRIPTIONThe cpu_number() function returns an unique CPU identification number for the CPU that this thread is running on. It may also be implemented as a macro.SEE ALSOcurcpu(9)BSDApril 13, 2010 BSD