curcpu(9) - NetBSD Manual Pages

Command: Section: Arch: Collection:  
CURPROC(9)             NetBSD Kernel Developer's Manual             CURPROC(9)


NAME
curproc, curcpu -- current process and processor
SYNOPSIS
#include <sys/proc.h> struct cpu_info * curcpu(void); struct proc * curproc(void);
DESCRIPTION
curcpu() returns a pointer to a cpu_info structure containing information of the CPU that this thread is running on. curproc() returns a pointer to the process currently running on this CPU. NetBSD 5.0 May 23, 2002 NetBSD 5.0
Powered by man-cgi (2024-03-20). Maintained for NetBSD by Kimmo Suominen. Based on man-cgi by Panagiotis Christias.