Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dprocess_policy.c589 thread_set_no_smt(true); in handle_no_smt()
H A Dsys_generic.c2959 thread_set_no_smt(true);
3055 thread_set_no_smt(!!new_value); in sysctl_kern_sched_thread_set_no_smt()
/xnu-8020.140.41/osfmk/kern/
H A Dthread.h1592 extern void thread_set_no_smt(bool set);
H A Dsched_prim.c7981 thread_set_no_smt(bool set) in thread_set_no_smt() function