Home
last modified time | relevance | path

Searched refs:CPU_THREADTYPE_NONE (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/osfmk/mach/
H A Dmachine.h209 #define CPU_THREADTYPE_NONE ((cpu_threadtype_t) 0) macro
/xnu-10063.101.15/osfmk/arm64/
H A Dcpu.c735 cdp->cpu_threadtype = CPU_THREADTYPE_NONE; in cpu_init()
/xnu-10063.101.15/osfmk/i386/
H A Dcpu_threads.c847 cpup->cpu_threadtype = CPU_THREADTYPE_NONE; in cpu_thread_alloc()
/xnu-10063.101.15/bsd/kern/
H A Dkern_mib.c1339 if (cputhreadtype != CPU_THREADTYPE_NONE) { in sysctl_mib_startup()