Home
last modified time | relevance | path

Searched refs:default_thread_requested_policy (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dpolicy_internal.h277 extern const struct thread_requested_policy default_thread_requested_policy;
H A Dthread_policy.c68 const struct thread_requested_policy default_thread_requested_policy = { variable
H A Dthread.c1290 new_thread->requested_policy = default_thread_requested_policy; in thread_create_internal()