Query: cpu
OS: osf1
Section: 9v
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
cpu(9v) cpu(9v)NAMEcpu - Global Variable: Provides a unique logical processor-type family identifierSYNOPSISextern int cpu;DESCRIPTIONThe cpu global variable provides a unique logical family identifier of the processor type of the running system. The logical system name can represent a single processor or a family of processor types. For example, the constant DEC_3000_500 represents the DEC 3000 Model 500 Alpha Workstation. The defined processor names appear in the following file: /usr/sys/include/arch/alpha/hal/cpuconf.h. You use the cpu global variable to conditionally execute processor-specific code. For example, the following code fragment calls a system- specific initialization interface for the DEC 3000 Model 500 Alpha Workstation: . . . if (cpu == DEC_3000_500) { init_3000_500(); } . . . cpu(9v)
Related Man Pages |
---|
pset_create(2) - opensolaris |
assign_cpu_to_pset(3) - osf1 |
pset_create(2) - minix |
pset_create(2) - v7 |
pset_create(2) - centos |
Similar Topics in the Unix Linux Community |
---|
Sun Fire v440 hardware problem (can't get ok>) |
CPU utlization |
DB2 high CPU |
High CPU+Memory comsumption |
CPU performance |