]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/sched_amp_common.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / osfmk / kern / sched_amp_common.h
index e29cf07f3e348e6499fde5a486ae4369f04aa4b7..2c3a5b525f95bd00b8c4e13ee1e396cc4867117d 100644 (file)
@@ -76,6 +76,8 @@ int64_t sched_amp_rt_runq_count_sum(void);
 uint32_t sched_amp_qos_max_parallelism(int qos, uint64_t options);
 void sched_amp_bounce_thread_group_from_ecores(processor_set_t pset, struct thread_group *tg);
 
+pset_node_t sched_amp_choose_node(thread_t thread);
+
 #endif /* __AMP__ */
 
 #endif /* _KERN_SCHED_AMP_COMMON_H_ */