Home
last modified time | relevance | path

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

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