Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dprocess_policy.c589 thread_set_no_smt(true); in handle_no_smt()
H A Dsys_generic.c2887 thread_set_no_smt(true);
2983 thread_set_no_smt(!!new_value); in sysctl_kern_sched_thread_set_no_smt()
/xnu-10002.1.13/osfmk/kern/
H A Dthread.h1689 extern void thread_set_no_smt(bool set);
H A Dsched_prim.c8831 thread_set_no_smt(bool set) in thread_set_no_smt() function