Home
last modified time | relevance | path

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

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