Home
last modified time | relevance | path

Searched refs:thread_type (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/tools/lldbmacros/core/
H A Dkernelcore.py570 thread_type = LazyTarget.GetTarget().FindFirstType('thread')
571 thread_ptr_type = thread_type.GetPointerType()
625 thread_type = LazyTarget.GetTarget().FindFirstType('thread')
626 thread_ptr_type = thread_type.GetPointerType()
H A Doperating_system.py805 thread_type = self._target.FindFirstType('thread')
806 thread_ptr_type = thread_type.GetPointerType()
/xnu-8019.80.24/osfmk/kern/
H A Dprocessor.c383 cluster_type_t thread_type = pset_type_for_id(sched_edge_thread_preferred_cluster(thread)); in processor_state_update_running_foreign() local
387 if (non_rt_thr && non_bound_thr && (current_processor_type != thread_type)) { in processor_state_update_running_foreign()