Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dprocess_policy.c589 thread_set_no_smt(true); in handle_no_smt()
H A Dsys_generic.c2877 thread_set_no_smt(true);
2973 thread_set_no_smt(!!new_value); in sysctl_kern_sched_thread_set_no_smt()
/xnu-10002.41.9/osfmk/kern/
H A Dthread.h1690 extern void thread_set_no_smt(bool set);
H A Dsched_prim.c8839 thread_set_no_smt(bool set) in thread_set_no_smt() function