Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dprocess_policy.c589 thread_set_no_smt(true); in handle_no_smt()
H A Dsys_generic.c3164 thread_set_no_smt(true);
3214 thread_set_no_smt(!!new_value); in sysctl_kern_sched_thread_set_no_smt()
/xnu-8019.80.24/osfmk/kern/
H A Dthread.h1515 extern void thread_set_no_smt(bool set);
H A Dsched_prim.c8016 thread_set_no_smt(bool set) in thread_set_no_smt() function