Manual Page Result
0
Command: cpu_number | Section: 9 | Source: NetBSD | File: cpu_number.9
CPU_NUMBER(9) FreeBSD Kernel Developer's Manual CPU_NUMBER(9)
NAME
cpu_number - unique CPU identification number
SYNOPSIS
#include <sys/types.h>
#include <machine/cpu.h>
cpuid_t
cpu_number(void);
DESCRIPTION
The 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 ALSO
curcpu(9)
FreeBSD 14.1-RELEASE-p8 April 13, 2010 FreeBSD 14.1-RELEASE-p8