Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kern/
H A Dpolicy_internal.h279 extern const struct thread_requested_policy default_thread_requested_policy;
H A Dthread_policy.c69 const struct thread_requested_policy default_thread_requested_policy = { variable
H A Dthread.c1393 new_thread->requested_policy = default_thread_requested_policy; in thread_create_internal()