Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/mach/
H A Dmachine.h208 #define CPU_THREADTYPE_NONE ((cpu_threadtype_t) 0) macro
/xnu-8019.80.24/osfmk/arm/
H A Dcpu.c261 cdp->cpu_threadtype = CPU_THREADTYPE_NONE; in cpu_init()
/xnu-8019.80.24/osfmk/arm64/
H A Dcpu.c728 cdp->cpu_threadtype = CPU_THREADTYPE_NONE; in cpu_init()
/xnu-8019.80.24/osfmk/i386/
H A Dcpu_threads.c849 cpup->cpu_threadtype = CPU_THREADTYPE_NONE; in cpu_thread_alloc()
/xnu-8019.80.24/bsd/kern/
H A Dkern_mib.c1276 if (cputhreadtype != CPU_THREADTYPE_NONE) { in sysctl_mib_startup()