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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mib.c131 static int cputype, cpusubtype, cputhreadtype, cpufamily, cpu64bit; variable
408 SYSCTL_INT (_hw, OID_AUTO, cputhreadtype, CTLFLAG_RD | CTLFLAG_NOAUTO | CTLFLAG_KERN | CTLFLAG_LOCKED, &cputhreadtype, 0, "");
501 cputhreadtype = cpu_threadtype();
518 if (cputhreadtype != CPU_THREADTYPE_NONE) {

Completed in 11 milliseconds