Searched refs:cputhreadtype (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_mib.c129 static int cputype, cpusubtype, cputhreadtype, cpufamily, cpu64bit; variable
406 SYSCTL_INT (_hw, OID_AUTO, cputhreadtype, CTLFLAG_RD | CTLFLAG_NOAUTO | CTLFLAG_KERN, &cputhreadtype, 0, "");
482 cputhreadtype = cpu_threadtype();
497 if (cputhreadtype != CPU_THREADTYPE_NONE) {

Completed in 13 milliseconds